Remove unused parameters.
This commit is contained in:
committed by
abcdefg30
parent
ea243b8558
commit
0e7ad43425
@@ -134,7 +134,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
continue;
|
||||
|
||||
var rsi = actor.TraitInfo<RenderSpritesInfo>();
|
||||
var icon = new Animation(world, rsi.GetImage(actor, world.Map.Rules.Sequences, faction));
|
||||
var icon = new Animation(world, rsi.GetImage(actor, faction));
|
||||
var bi = actor.TraitInfo<BuildableInfo>();
|
||||
|
||||
icon.Play(bi.Icon);
|
||||
|
||||
Reference in New Issue
Block a user