Add an Update Bibo Materials button.

This commit is contained in:
Ottermandias 2022-08-10 15:45:14 +02:00
parent 5b07245cd9
commit f264725c45
4 changed files with 25 additions and 2 deletions

View file

@ -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 );