mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-25 14:16:09 +00: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