mirror of
https://github.com/Drezil/imgui.git
synced 2025-11-07 08:31:06 +01:00
Docs: Update templates with link to Contributing guidelines. Add numerical version number in demo. Moved. (#5337)
This commit is contained in:
@@ -406,7 +406,7 @@ void ImGui::ShowDemoWindow(bool* p_open)
|
||||
ImGui::EndMenuBar();
|
||||
}
|
||||
|
||||
ImGui::Text("dear imgui says hello. (%s)", IMGUI_VERSION);
|
||||
ImGui::Text("dear imgui says hello! (%s) (%d)", IMGUI_VERSION, IMGUI_VERSION_NUM);
|
||||
ImGui::Spacing();
|
||||
|
||||
IMGUI_DEMO_MARKER("Help");
|
||||
|
||||
Reference in New Issue
Block a user