浏览代码

Update rcore.c

Ray 3 年之前
父节点
当前提交
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;