소스 검색

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;