Examples: DX9: Fix WM_SIZE handling bug introduced in 031e152d2. (#6374)

features/potocpav-newer-lines-2
ocornut ago%!(EXTRA string=2 years)
parent 7348e99269
commit c8579abb43
  1. 1
      examples/example_win32_directx9/main.cpp

@ -99,6 +99,7 @@ int main(int, char**)
{
g_d3dpp.BackBufferWidth = g_ResizeWidth;
g_d3dpp.BackBufferHeight = g_ResizeHeight;
g_ResizeWidth = g_ResizeHeight = 0;
ResetDevice();
}

Loading…
Cancel
Save