mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Update gamedata.
This commit is contained in:
parent
93406e4d4e
commit
13df8b2248
2 changed files with 4 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit ea49bc099e783ecafdf78f0bd0bc41fb8c60ad19
|
Subproject commit fd875c43ee910350107b2609809335285bd4ac0f
|
||||||
|
|
@ -726,6 +726,9 @@ public class DebugTab : Window, ITab, IUiService
|
||||||
if (agent->Data == null)
|
if (agent->Data == null)
|
||||||
agent = &AgentBannerMIP.Instance()->AgentBannerInterface;
|
agent = &AgentBannerMIP.Instance()->AgentBannerInterface;
|
||||||
|
|
||||||
|
ImUtf8.Text("Agent: ");
|
||||||
|
ImGui.SameLine(0, 0);
|
||||||
|
Penumbra.Dynamis.DrawPointer((nint)agent);
|
||||||
if (agent->Data != null)
|
if (agent->Data != null)
|
||||||
{
|
{
|
||||||
using var table = Table("###PBannerTable", 2, ImGuiTableFlags.SizingFixedFit);
|
using var table = Table("###PBannerTable", 2, ImGuiTableFlags.SizingFixedFit);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue