Fix for MLO Instance rotations

This commit is contained in:
dexy
2019-10-31 19:01:06 +11:00
Unverified
parent 4834b8c520
commit 96a561798c
2 changed files with 13 additions and 5 deletions
+2 -1
View File
@@ -408,7 +408,8 @@ namespace CodeWalker.Project.Panels
}
else
{
CurrentEntity.SetOrientation(q, true);
bool useInverse = (CurrentEntity.MloInstance == null);
CurrentEntity.SetOrientation(q, useInverse);
}
ProjectItemChanged();