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

@ -1 +1 @@
Subproject commit 3396ee176fa72ad2dfb2de3294f7125ebce4dae5 Subproject commit f53fd227a242435ce44a9fe9c5e847d0ca788869

@ -1 +1 @@
Subproject commit ab63da8047f3d99240159bb1b17dbcb61d77326a Subproject commit 4769bbcdfce9e1d5a461c6b552b5b30ad6bc478e

View file

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