Remove RenderSprites.Scale.

This commit is contained in:
Paul Chote
2020-12-31 18:03:55 +00:00
committed by teinarss
parent f6b40b2bce
commit 82a9809192
31 changed files with 100 additions and 70 deletions

View File

@@ -93,7 +93,7 @@ namespace OpenRA.Mods.Common.Traits.Render
if (anim.DisableFunc != null && anim.DisableFunc())
continue;
foreach (var r in anim.Render(self, wr, palette, 1f))
foreach (var r in anim.Render(self, wr, palette))
yield return r;
}
}