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;