mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 20:37:42 +01:00
deps: update FFXIVClientStructs
This commit is contained in:
parent
d88e0bcf54
commit
440ec7433c
2 changed files with 2 additions and 2 deletions
|
|
@ -412,7 +412,7 @@ namespace Dalamud.Game.Gui
|
|||
var unitBase = (FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase*)addon;
|
||||
var id = unitBase->ParentID;
|
||||
if (id == 0)
|
||||
id = unitBase->ID;
|
||||
id = unitBase->IDu;
|
||||
|
||||
if (id == 0)
|
||||
return IntPtr.Zero;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue