Update gamedata.

This commit is contained in:
Ottermandias 2025-08-08 23:02:22 +02:00
parent 93406e4d4e
commit 13df8b2248
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit ea49bc099e783ecafdf78f0bd0bc41fb8c60ad19
Subproject commit fd875c43ee910350107b2609809335285bd4ac0f

View file

@ -726,6 +726,9 @@ public class DebugTab : Window, ITab, IUiService
if (agent->Data == null)
agent = &AgentBannerMIP.Instance()->AgentBannerInterface;
ImUtf8.Text("Agent: ");
ImGui.SameLine(0, 0);
Penumbra.Dynamis.DrawPointer((nint)agent);
if (agent->Data != null)
{
using var table = Table("###PBannerTable", 2, ImGuiTableFlags.SizingFixedFit);