ソースを参照

Update rcore.c

pull/2521/head
Ray 2年前
コミット
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;

読み込み中…
キャンセル
保存