mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Further fixes.
This commit is contained in:
parent
e3a1ae6938
commit
5599f12753
3 changed files with 8 additions and 8 deletions
|
|
@ -68,7 +68,7 @@ public class ResourceTree
|
|||
Unsafe.AsPointer(ref character->DrawData.EquipmentModelIds[0]), 10),
|
||||
_ => [],
|
||||
};
|
||||
ModelId = character->ModelCharaId;
|
||||
ModelId = character->ModelContainer.ModelCharaId;
|
||||
CustomizeData = character->DrawData.CustomizeData;
|
||||
RaceCode = human != null ? (GenderRace)human->RaceSexId : GenderRace.Unknown;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue