This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
fixed infinite loop when resizing the window manually
pull/5524/head
unknown
1 day ago
parent
2c5f1c6faf
commit
3be2793a84
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/platforms/rcore_desktop_win32.c
+ 1
- 0
src/platforms/rcore_desktop_win32.c
View 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
:
{
Write
Preview
Loading…
Cancel
Save