mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Add an Update Bibo Materials button.
This commit is contained in:
parent
5b07245cd9
commit
f264725c45
4 changed files with 25 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ public unsafe partial class PathResolver
|
|||
CreatingCharacterBase?.Invoke( ( IntPtr )LastGameObject, _lastCreatedCollection!, ( IntPtr )modelPtr, b, c );
|
||||
}
|
||||
|
||||
var ret = _characterBaseCreateHook!.Original( a, b, c, d );
|
||||
var ret = _characterBaseCreateHook.Original( a, b, c, d );
|
||||
if( LastGameObject != null )
|
||||
{
|
||||
_drawObjectToObject[ ret ] = ( _lastCreatedCollection!, LastGameObject->ObjectIndex );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue