mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Update for staging and wrong tooltip.
Some checks failed
.NET Build / build (push) Has been cancelled
Some checks failed
.NET Build / build (push) Has been cancelled
This commit is contained in:
parent
be8987a451
commit
912020cc3f
2 changed files with 3 additions and 4 deletions
|
|
@ -38,10 +38,9 @@ public static unsafe class SkinMtrlPathEarlyProcessing
|
|||
if (character is null)
|
||||
return null;
|
||||
|
||||
if (character->TempSlotData is not null)
|
||||
if (character->PerSlotStagingArea is not null)
|
||||
{
|
||||
// TODO ClientStructs-ify (aers/FFXIVClientStructs#1564)
|
||||
var handle = *(ModelResourceHandle**)((nint)character->TempSlotData + 0xE0 * slotIndex + 0x8);
|
||||
var handle = character->PerSlotStagingArea[slotIndex].ModelResourceHandle;
|
||||
if (handle != null)
|
||||
return handle;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue