Convert px z offsets to world coords.

This commit is contained in:
Paul Chote
2013-05-24 17:41:55 +12:00
parent 437de8e884
commit d048d083c4
4 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenRA.Mods.Cnc
? (59 * playerResources.Ore) / (10 * playerResources.OreCapacity)
: 0);
anims.Add("lights", new AnimationWithOffset(lights, () => info.Offset, () => !buildComplete, 24));
anims.Add("lights", new AnimationWithOffset(lights, () => info.Offset, () => !buildComplete, 1024));
}
public void BuildingComplete( Actor self )