Simplifying(?) some of the render stuff.
This commit is contained in:
@@ -13,6 +13,7 @@ namespace OpenRa.Game.Graphics
|
||||
public Animation( string name )
|
||||
{
|
||||
this.name = name.ToLowerInvariant();
|
||||
tickFunc = () => { };
|
||||
}
|
||||
|
||||
public Sprite Image
|
||||
|
||||
Reference in New Issue
Block a user