Don't attempt to render manipulators in game mode

This commit is contained in:
nvsickle
2021-04-19 15:36:25 -07:00
parent e2a7629993
commit 6aabf2ee3d
@@ -881,6 +881,11 @@ void EditorViewportWidget::OnBeginPrepareRender()
GetIEditor()->GetSystem()->SetViewCamera(m_Camera);
if (GetIEditor()->IsInGameMode())
{
return;
}
PreWidgetRendering();
RenderAll();