Fix SA1414
This commit is contained in:
committed by
Pavel Penev
parent
a167f9680f
commit
14c0d011ea
@@ -543,7 +543,7 @@ namespace OpenRA.Mods.Common.Graphics
|
||||
return GetSprite(frame, WAngle.Zero);
|
||||
}
|
||||
|
||||
public (Sprite, WAngle) GetSpriteWithRotation(int frame, WAngle facing)
|
||||
public (Sprite Sprite, WAngle Rotation) GetSpriteWithRotation(int frame, WAngle facing)
|
||||
{
|
||||
var rotation = WAngle.Zero;
|
||||
if (interpolatedFacings != null)
|
||||
|
||||
Reference in New Issue
Block a user