diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c index c0d19420..69754052 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -3895,7 +3895,7 @@ float GetMouseWheelMove(void) #endif #if defined(PLATFORM_WEB) - result =/ 100.0f; + result /= 100.0f; #endif return result; |
