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
Update rcore.c
pull/2521/head
Ray
2 years ago
parent
a2c56b5929
commit
9998a86625
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rcore.c
+ 1
- 1
src/rcore.c
View File
@ -3895,7 +3895,7 @@ float GetMouseWheelMove(void)
#
endif
#
if defined(PLATFORM_WEB)
result
=
/
100.0f
;
result
/
=
100.0f
;
#
endif
return
result
;
Write
Preview
Loading…
Cancel
Save