Skip to content

Commit

Permalink
xrUICore/ui_focus.cpp: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jan 20, 2025
1 parent 84ef4d6 commit f952b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrUICore/ui_focus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<CUIWindow*>(window)->FillDebugTree(debugState);
Expand Down

0 comments on commit f952b99

Please sign in to comment.