PE: Fix issue with using "shift" to duplicate object, this only worked every second time if using a large grid.

This commit is contained in:
Preben Eriksen
2022-10-23 12:20:01 +02:00
parent edf339a942
commit 2a7e59ae5d

View File

@@ -465,7 +465,7 @@ namespace FlaxEditor.Gizmo
}
// Apply transformation (but to the parents, not whole selection pool)
if (anyValid)
if (anyValid || (!_isTransforming && Owner.UseDuplicate) )
{
StartTransforming();