Skip to content

Commit

Permalink
feat: fix compiling issues
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Pollind <mpollind@gmail.com>
  • Loading branch information
pollend committed May 24, 2024
1 parent b12fbef commit 4c3c62b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gems/LyShine/Code/Editor/Animation/UiAnimViewNodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -940,11 +940,6 @@ void CUiAnimViewNodesCtrl::OnNMRclick(QPoint point)
EndUndoTransaction();
}
}
else if (cmd == eMI_SelectInViewport)
{
UiAnimUndo undo("Select Animation Nodes in Viewport");
pSequence->SelectSelectedNodesInViewport();
}
else if (cmd >= eMI_SelectSubmaterialBase && cmd < eMI_SelectSubmaterialBase + 100)
{
if (pAnimNode)
Expand Down

0 comments on commit 4c3c62b

Please sign in to comment.