mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update rcore.c
This commit is contained in:
@ -3895,7 +3895,7 @@ float GetMouseWheelMove(void)
|
||||
#endif
|
||||
|
||||
#if defined(PLATFORM_WEB)
|
||||
result =/ 100.0f;
|
||||
result /= 100.0f;
|
||||
#endif
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user