Examples: Comments, synched some minor drift between examples + stronger suggestion to use StyleColorsDark().

This commit is contained in:
omar
2017-12-24 18:45:11 +01:00
parent 1b86e7343f
commit ce13426a1a
11 changed files with 143 additions and 83 deletions

View File

@ -28,7 +28,7 @@ void DebugHUD_DoInterface(DebugHUD *hud)
{
if (hud->show_demo_window)
{
ImGui::SetNextWindowPos(ImVec2(650, 20), ImGuiCond_FirstUseEver);
ImGui::SetNextWindowPos(ImVec2(650, 20), ImGuiCond_FirstUseEver); // Normally user code doesn't need/want to call this because positions are saved in .ini file anyway. Here we just want to make the demo initial state a bit more friendly!
ImGui::ShowDemoWindow(&hud->show_demo_window );
}