win32: actually call function

This commit is contained in:
OV2 2023-05-08 19:03:06 +02:00
parent f0f3c5502c
commit 5481bb0436
1 changed files with 2 additions and 2 deletions

View File

@ -556,7 +556,7 @@ bool CDirect3D::ResetDevice()
HRESULT hr; HRESULT hr;
if (S9xImGuiRunning) if (S9xImGuiRunning())
{ {
ImGui_ImplDX9_Shutdown(); ImGui_ImplDX9_Shutdown();
} }
@ -610,7 +610,7 @@ bool CDirect3D::ResetDevice()
SetViewport(); SetViewport();
if (S9xImGuiRunning) if (S9xImGuiRunning())
{ {
ImGui_ImplDX9_Init(pDevice); ImGui_ImplDX9_Init(pDevice);
} }