summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-12 22:56:24 +0200
committerRay <[email protected]>2022-06-12 22:56:24 +0200
commit9998a86625503f129dbb6b9ccfd10aa54a582980 (patch)
treea72b8286f5c0e35555a39711e28ec189cbd5a872 /src
parenta2c56b592911fda2a7183d7a157c6c8910b291e9 (diff)
downloadraylib-9998a86625503f129dbb6b9ccfd10aa54a582980.tar.gz
raylib-9998a86625503f129dbb6b9ccfd10aa54a582980.zip
Update rcore.c
Diffstat (limited to 'src')
-rw-r--r--src/rcore.c2
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;