Small improvements.

This commit is contained in:
Ottermandias 2022-02-22 22:04:56 +01:00
parent 564a4195cb
commit 689a4c73d9
4 changed files with 176 additions and 180 deletions

View file

@ -94,7 +94,7 @@ public partial class SettingsInterface
using var raii = ImGuiRaii.DeferredEnd( ImGui.EndTabItem );
var resourceHandler = *( ResourceManager** )( Dalamud.SigScanner.Module.BaseAddress + 0x1E603C0 );
var resourceHandler = *( ResourceManager** )Dalamud.SigScanner.GetStaticAddressFromSig( "48 8B 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 32 C0" );
if( resourceHandler == null )
{