mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-16 00:54:19 +00:00
Comments (#1651)
This commit is contained in:
parent
29cff2be06
commit
03f007d4cd
3 changed files with 18 additions and 10 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue