Browse Source

Update rcore.c

Ray 3 years ago
parent
commit
9998a86625
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rcore.c

+ 1 - 1
src/rcore.c

@@ -3895,7 +3895,7 @@ float GetMouseWheelMove(void)
 #endif
 #endif
 
 
 #if defined(PLATFORM_WEB)
 #if defined(PLATFORM_WEB)
-    result =/ 100.0f;
+    result /= 100.0f;
 #endif
 #endif
 
 
     return result;
     return result;