Kaynağa Gözat

fixed infinite loop when resizing the window manually

pull/5524/head
unknown 15 saat önce
ebeveyn
işleme
3be2793a84
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      src/platforms/rcore_desktop_win32.c

+ 1
- 0
src/platforms/rcore_desktop_win32.c Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet