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

@@ -159,7 +159,7 @@ namespace OpenRA.Mods.Common.Activities
// Approach landing from the opposite direction of the desired facing
// TODO: Calculate sensible trajectory without preferred facing.
var rotation = WRot.Zero;
var rotation = WRot.None;
if (desiredFacing.HasValue)
rotation = WRot.FromYaw(desiredFacing.Value);