diff options
| author | Ray <[email protected]> | 2022-06-12 22:56:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-12 22:56:24 +0200 |
| commit | 9998a86625503f129dbb6b9ccfd10aa54a582980 (patch) | |
| tree | a72b8286f5c0e35555a39711e28ec189cbd5a872 /src | |
| parent | a2c56b592911fda2a7183d7a157c6c8910b291e9 (diff) | |
| download | raylib-9998a86625503f129dbb6b9ccfd10aa54a582980.tar.gz raylib-9998a86625503f129dbb6b9ccfd10aa54a582980.zip | |
Update rcore.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/rcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c index c0d19420..69754052 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -3895,7 +3895,7 @@ float GetMouseWheelMove(void) #endif #if defined(PLATFORM_WEB) - result =/ 100.0f; + result /= 100.0f; #endif return result; |
