mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-20 15:44:22 +01:00
fixup! Merge branch 'master' into api4-b
This commit is contained in:
parent
34b21c2fde
commit
eca00f3f37
3 changed files with 1 additions and 11 deletions
|
|
@ -91,7 +91,7 @@ namespace Penumbra.UI
|
|||
return;
|
||||
}
|
||||
|
||||
var resourceHandler = *( ResourceManager** )( _plugin.PluginInterface.TargetModuleScanner.Module.BaseAddress + 0x1D93AC0 );
|
||||
var resourceHandler = *( ResourceManager** )( Dalamud.SigScanner.Module.BaseAddress + 0x1D93AC0 );
|
||||
|
||||
if( resourceHandler == null )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue