Fix Animation formatting (no code changes).
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user