Selaa lähdekoodia

fixed infinite loop when resizing the window manually

pull/5524/head
unknown 12 tuntia sitten
vanhempi
commit
3be2793a84
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/platforms/rcore_desktop_win32.c

+ 1
- 0
src/platforms/rcore_desktop_win32.c Näytä tiedosto

@ -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:
{

Ladataan…
Peruuta
Tallenna