Update for new objectmanager.

This commit is contained in:
Ottermandias 2025-04-05 18:49:18 +02:00
parent 5437ab477f
commit 93e60471de
3 changed files with 4 additions and 2 deletions

View file

@ -503,6 +503,8 @@ public class DebugTab : Window, ITab, IUiService
if (!ImGui.CollapsingHeader("Actors"))
return;
_objects.DrawDebug();
using var table = Table("##actors", 8, ImGuiTableFlags.RowBg | ImGuiTableFlags.SizingFixedFit,
-Vector2.UnitX);
if (!table)