Rename WRot.Zero to WRot.None.

This commit is contained in:
Paul Chote
2020-07-12 13:46:35 +01:00
committed by tovl
parent 60a7f53491
commit 8c3793e7ea
6 changed files with 7 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ namespace OpenRA.Mods.Common.Graphics
{
var facingInfo = Actor.TraitInfoOrDefault<IFacingInfo>();
if (facingInfo == null)
return () => WRot.Zero;
return () => WRot.None;
// Dynamic facing takes priority
var dynamicInit = reference.GetOrDefault<DynamicFacingInit>();