CRotateNodeCommand: Make use of override where applicable

This commit is contained in:
Lioncash
2020-06-28 05:37:47 -04:00
parent c118703ce5
commit fc2d48df87
2 changed files with 11 additions and 13 deletions

View File

@@ -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());