Browse Source

Update rcore.c

Ray 3 năm trước cách đây
mục cha
commit
9998a86625
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;