Parcourir la source

fixed infinite loop when resizing the window manually

pull/5524/head
unknown il y a 20 heures
Parent
révision
3be2793a84
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/platforms/rcore_desktop_win32.c

+ 1
- 0
src/platforms/rcore_desktop_win32.c Voir le fichier

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

Chargement…
Annuler
Enregistrer