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

@@ -69,7 +69,7 @@ namespace OpenRA
{
get
{
return facing != null ? facing.Orientation : WRot.Zero;
return facing != null ? facing.Orientation : WRot.None;
}
}