mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 07:14:45 +08:00
Fix for MLO Instance rotations
This commit is contained in:
@@ -408,7 +408,8 @@ namespace CodeWalker.Project.Panels
|
||||
}
|
||||
else
|
||||
{
|
||||
CurrentEntity.SetOrientation(q, true);
|
||||
bool useInverse = (CurrentEntity.MloInstance == null);
|
||||
CurrentEntity.SetOrientation(q, useInverse);
|
||||
}
|
||||
|
||||
ProjectItemChanged();
|
||||
|
||||
Reference in New Issue
Block a user