mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 08:57:09 +00:00
Moved selection handling code to CNodeSelection, implemented instance spawning, half-implemented instance deleting (this build is buggy/crash prone)
This commit is contained in:
@@ -79,7 +79,6 @@ void CRotateNodeCommand::undo()
|
||||
rotate.pNode->SetRotation(rotate.initialRot);
|
||||
}
|
||||
|
||||
mpEditor->RecalculateSelectionBounds();
|
||||
mpEditor->NotifySelectionTransformed();
|
||||
mpEditor->UpdateGizmoUI();
|
||||
}
|
||||
@@ -94,7 +93,6 @@ void CRotateNodeCommand::redo()
|
||||
rotate.pNode->SetRotation(rotate.newRot);
|
||||
}
|
||||
|
||||
mpEditor->RecalculateSelectionBounds();
|
||||
mpEditor->NotifySelectionTransformed();
|
||||
mpEditor->UpdateGizmoUI();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user