added Name to Sequence

This commit is contained in:
Chris Forbes
2009-11-03 19:03:42 +13:00
parent 0618fb6987
commit cda22ba7be
4 changed files with 8 additions and 10 deletions

View File

@@ -13,7 +13,6 @@ namespace OpenRa.Game.Graphics
public Animation( string name )
{
this.name = name.ToLowerInvariant();
// Play( "idle" );
}
public Sprite Image