mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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 unitBase = (FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase*)addon;
|
||||||
var id = unitBase->ParentID;
|
var id = unitBase->ParentID;
|
||||||
if (id == 0)
|
if (id == 0)
|
||||||
id = unitBase->ID;
|
id = unitBase->IDu;
|
||||||
|
|
||||||
if (id == 0)
|
if (id == 0)
|
||||||
return IntPtr.Zero;
|
return IntPtr.Zero;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 96e879d26accedf6ad290e78da852479a0532523
|
Subproject commit db6e7c4a7b2638bedc2888c546009c7292c5de45
|
||||||
Loading…
Add table
Add a link
Reference in a new issue