From 9998a86625503f129dbb6b9ccfd10aa54a582980 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 12 Jun 2022 22:56:24 +0200 Subject: [PATCH] Update rcore.c --- src/rcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;