Silence Warnings

This commit is contained in:
2019-05-26 18:18:31 -07:00
parent 9f94db6c82
commit 1c80a13c23
26 changed files with 55 additions and 22 deletions

View File

@@ -327,6 +327,7 @@ void INodeEditor::OnGizmoMoved()
mUndoStack.push(new CScaleNodeCommand(this, mpSelection->SelectedNodeList(), true, mGizmo.Position(), Delta));
break;
}
default: break;
}
UpdateGizmoUI();