Sfoglia il codice sorgente

fixed infinite loop when resizing the window manually

pull/5524/head
unknown 12 ore fa
parent
commit
3be2793a84
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/platforms/rcore_desktop_win32.c

+ 1
- 0
src/platforms/rcore_desktop_win32.c Vedi File

@ -1916,6 +1916,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lpara
EndPaint(hwnd, &ps);
}
else DefWindowProc(hwnd, msg, wparam, lparam);
}
case WM_INPUT:
{

Caricamento…
Annulla
Salva