mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 13:37:43 +00:00
CRotateNodeCommand: Default destructor
This commit is contained in:
@@ -41,9 +41,7 @@ CRotateNodeCommand::CRotateNodeCommand(
|
||||
mpEditor->NotifySelectionTransformed();
|
||||
}
|
||||
|
||||
CRotateNodeCommand::~CRotateNodeCommand()
|
||||
{
|
||||
}
|
||||
CRotateNodeCommand::~CRotateNodeCommand() = default;
|
||||
|
||||
int CRotateNodeCommand::id() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user