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:
@@ -465,7 +465,7 @@ namespace FlaxEditor.Gizmo
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Apply transformation (but to the parents, not whole selection pool)
|
// Apply transformation (but to the parents, not whole selection pool)
|
||||||
if (anyValid)
|
if (anyValid || (!_isTransforming && Owner.UseDuplicate) )
|
||||||
{
|
{
|
||||||
StartTransforming();
|
StartTransforming();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user