Fix Animation formatting (no code changes).

This commit is contained in:
Paul Chote
2013-04-09 00:36:35 +12:00
parent d70a5aff6a
commit 6dd62d7806

View File

@@ -25,9 +25,7 @@ namespace OpenRA.Graphics
public string Name { get { return name; } }
public Animation(string name)
: this( name, () => 0 )
{
}
: this(name, () => 0) {}
public Animation(string name, Func<int> facingFunc)
{