mirror of
https://github.com/ocornut/imgui.git
synced 2025-11-05 18:24:28 +00:00
Merge branch 'master' into docking
This commit is contained in:
@@ -72,7 +72,7 @@ int main(int, char**)
|
||||
|
||||
// Setup Dear ImGui style
|
||||
ImGui::StyleColorsDark();
|
||||
//ImGui::StyleColorsClassic();
|
||||
//ImGui::StyleColorsLight();
|
||||
|
||||
// Setup Platform/Renderer backends
|
||||
ImGui_ImplSDL2_InitForOpenGL(g_Window, g_GLContext);
|
||||
|
||||
Reference in New Issue
Block a user