mirror of
https://github.com/ocornut/imgui.git
synced 2026-06-01 17:56:45 +08:00
Fixed build warning.
This commit is contained in:
@@ -14569,7 +14569,7 @@ void ImGui::ShowMetricsWindow(bool* p_open)
|
|||||||
|
|
||||||
// Basic info
|
// Basic info
|
||||||
Text("Dear ImGui %s", GetVersion());
|
Text("Dear ImGui %s", GetVersion());
|
||||||
if (g.ContextName[0] != NULL)
|
if (g.ContextName[0] != 0)
|
||||||
{
|
{
|
||||||
SameLine();
|
SameLine();
|
||||||
Text("(Context Name: \"%s\")", g.ContextName);
|
Text("(Context Name: \"%s\")", g.ContextName);
|
||||||
|
|||||||
Reference in New Issue
Block a user