mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Docs: Update templates with link to Contributing guidelines. Add numerical version number in demo. Moved. (#5337)
This commit is contained in:
parent
814ecedd1e
commit
ae2fb557f3
4 changed files with 3 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue