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();