Browse Source

Merge pull request #703 from Vlamboljant/Issue576

Issue #576 User can no longer enter exclusive fullscreen mode during …
JoshEngebretson 9 years ago
parent
commit
e700c4b2ef
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Source/AtomicEditor/Application/AEEditorApp.cpp

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

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