mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Update for new objectmanager.
This commit is contained in:
parent
5437ab477f
commit
93e60471de
3 changed files with 4 additions and 2 deletions
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
|||
Subproject commit 3396ee176fa72ad2dfb2de3294f7125ebce4dae5
|
||||
Subproject commit f53fd227a242435ce44a9fe9c5e847d0ca788869
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit ab63da8047f3d99240159bb1b17dbcb61d77326a
|
||||
Subproject commit 4769bbcdfce9e1d5a461c6b552b5b30ad6bc478e
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue