mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 08:57:09 +00:00
CRotateNodeCommand: Make use of override where applicable
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
#include "Editor/INodeEditor.h"
|
||||
|
||||
CRotateNodeCommand::CRotateNodeCommand()
|
||||
: IUndoCommand("Rotate"),
|
||||
mpEditor(nullptr),
|
||||
mCommandEnded(false)
|
||||
: IUndoCommand("Rotate")
|
||||
{
|
||||
}
|
||||
|
||||
@@ -19,8 +17,7 @@ CRotateNodeCommand::CRotateNodeCommand(
|
||||
ETransformSpace TransformSpace
|
||||
)
|
||||
: IUndoCommand("Rotate"),
|
||||
mpEditor(pEditor),
|
||||
mCommandEnded(false)
|
||||
mpEditor(pEditor)
|
||||
{
|
||||
mNodeList.reserve(rkNodes.size());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user