diff --git a/src/rcore.c b/src/rcore.c
index 0c1d9d4d7..7752a7cc8 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -3671,10 +3671,10 @@ float GetMouseWheelMove(void)
     return 0.0f;
 #endif
 #if defined(PLATFORM_WEB)
-    return CORE.Input.Mouse.previousWheelMove/100.0f;
+    return CORE.Input.Mouse.currentWheelMove/100.0f;
 #endif
 
-    return CORE.Input.Mouse.previousWheelMove;
+    return CORE.Input.Mouse.currentWheelMove;
 }
 
 // Set mouse cursor