Ver código fonte

fixed infinite loop when resizing the window manually

pull/5524/head
unknown 13 horas atrás
pai
commit
3be2793a84
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/platforms/rcore_desktop_win32.c

+ 1
- 0
src/platforms/rcore_desktop_win32.c Ver arquivo

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

Carregando…
Cancelar
Salvar