Display proper count

This commit is contained in:
RisaDev
2024-07-11 02:45:54 +03:00
parent 51b870abdc
commit b529b985a0

View File

@@ -55,7 +55,7 @@ public class StateMonitoringTab
if (showArmatures)
DrawArmatures();
var showObjectManager = ImGui.CollapsingHeader($"Object manager ({_objectManager.Count})###objectmanager_header");
var showObjectManager = ImGui.CollapsingHeader($"Object manager ({_objectManager.Identifiers.Count})###objectmanager_header");
if (showObjectManager)
DrawObjectManager();