Fixed build with IMGUI_DISABLE_OBSOLETE_KEYIO + made all examples comments refer to StyleColorsLight().

This commit is contained in:
ocornut
2022-07-06 20:58:20 +02:00
parent 4711b9b05a
commit 92d0924b82
23 changed files with 24 additions and 24 deletions

View File

@ -46,7 +46,7 @@
// Setup Dear ImGui style
ImGui::StyleColorsDark();
//ImGui::StyleColorsClassic();
//ImGui::StyleColorsLight();
// Setup Platform/Renderer backends
ImGui_ImplOSX_Init(self);