Merge pull request #1 from Antidote/cmake

Silence Warnings
This commit is contained in:
Jack Andersen
2019-05-26 15:38:50 -10:00
committed by GitHub
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();