mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 23:07:51 +01:00
Update for new objectmanager.
This commit is contained in:
parent
5437ab477f
commit
93e60471de
3 changed files with 4 additions and 2 deletions
|
|
@ -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