1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-16 00:54:19 +00:00
This commit is contained in:
ocornut 2024-09-30 12:04:48 +02:00
parent 29cff2be06
commit 03f007d4cd
3 changed files with 18 additions and 10 deletions

View file

@ -15240,7 +15240,7 @@ void ImGui::ShowMetricsWindow(bool* p_open)
DebugBreakClearData();
// Basic info
Text("Dear ImGui %s", GetVersion());
Text("Dear ImGui %s (%d)", IMGUI_VERSION, IMGUI_VERSION_NUM);
if (g.ContextName[0] != 0)
{
SameLine();