Fixed bullets
This commit is contained in:
@@ -11,7 +11,7 @@ namespace OpenRa.Game.Graphics
|
||||
|
||||
public Animation( string name )
|
||||
{
|
||||
this.name = name;
|
||||
this.name = name.ToLowerInvariant();
|
||||
Play( "idle" );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user