diff --git a/src/xrUICore/ui_focus.cpp b/src/xrUICore/ui_focus.cpp index e4b8387764c..4fce02a27bd 100644 --- a/src/xrUICore/ui_focus.cpp +++ b/src/xrUICore/ui_focus.cpp @@ -301,7 +301,7 @@ bool CUIFocusSystem::FillDebugTree(const CUIDebugState& debugState) ImGui::BulletText("Non valuable: 0"); else { - if (ImGui::TreeNode(&m_non_valuable, "Valuable: %zu", m_non_valuable.size())) + if (ImGui::TreeNode(&m_non_valuable, "Non valuable: %zu", m_non_valuable.size())) { for (auto& window : m_non_valuable) const_cast(window)->FillDebugTree(debugState);