Update rcore.c

This commit is contained in:
Ray 2022-06-12 22:56:24 +02:00
parent a2c56b5929
commit 9998a86625

View File

@ -3895,7 +3895,7 @@ float GetMouseWheelMove(void)
#endif
#if defined(PLATFORM_WEB)
result =/ 100.0f;
result /= 100.0f;
#endif
return result;