mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
load imgui config from disk only when creating dx instance.
This commit is contained in:
parent
2037ffa1f2
commit
03b5f18435
@ -404,7 +404,6 @@ HRESULT __stdcall Present(IDXGISwapChain* pSwapChain, UINT nSyncInterval, UINT n
|
||||
|
||||
g_bInitialized = true;
|
||||
g_pSwapChain = pSwapChain;
|
||||
g_pImGuiConfig->Load(); // Load ImGui configs.
|
||||
}
|
||||
|
||||
DrawImGui();
|
||||
@ -540,6 +539,7 @@ void HIDXGI::debugp()
|
||||
|
||||
DWORD __stdcall DXSwapChainWorker(LPVOID)
|
||||
{
|
||||
g_pImGuiConfig->Load(); // Load ImGui configs.
|
||||
GetPresent();
|
||||
InstallDXHooks();
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user