Move ion cannon z offset to sequences.

This commit is contained in:
Paul Chote
2013-07-15 19:48:34 +12:00
parent 9a47c6a303
commit dcbef51ba0
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenRA.Mods.Cnc.Effects
public IEnumerable<IRenderable> Render(WorldRenderer wr)
{
return anim.Render(target.CenterPosition, 1, wr.Palette("effect"), 1.0f);
return anim.Render(target.CenterPosition, wr.Palette("effect"));
}
void Finish(World world)