2
0
Ray 3 жил өмнө
parent
commit
9998a86625
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/rcore.c

+ 1 - 1
src/rcore.c

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