Преглед изворни кода

Issue #576 User can no longer enter exclusive fullscreen mode during Editor mode, but can enter fullscreen when in Play Mode.

weinand пре 10 година
родитељ
комит
71b13696a4
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      Source/AtomicEditor/Application/AEEditorApp.cpp

+ 5 - 0
Source/AtomicEditor/Application/AEEditorApp.cpp

@@ -76,6 +76,11 @@ void AEEditorApp::Setup()
 
     AEEditorCommon::Setup();
 
+    // Ensure exclusive fullscreen is disabled in Editor application
+    Input* input = GetSubsystem<Input>();
+    input->SetToggleFullscreen(false);
+
+
     ToolEnvironment* env = GetSubsystem<ToolEnvironment>();
 
     engineParameters_["WindowTitle"] = "AtomicEditor";