Skip to content

Commit

Permalink
Editor: disable viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanbaburajan committed Jul 27, 2024
1 parent a7577f1 commit a0a66eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Editor/Editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ namespace DT
ImGui::CreateContext();
ImGuiIO &io = ImGui::GetIO();
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;
io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;
io.ConfigDragClickToInputText = true;

ImGui_ImplGlfw_InitForOpenGL(window->GetRawWindowPointer(), true);
Expand Down

0 comments on commit a0a66eb

Please sign in to comment.