Fixed bullets

This commit is contained in:
Bob
2009-10-20 18:30:15 +13:00
parent 9fc96586d8
commit 7332a8f79a

View File

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