Update rcore.c
This commit is contained in:
parent
a2c56b5929
commit
9998a86625
|
|
@ -3895,7 +3895,7 @@ float GetMouseWheelMove(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PLATFORM_WEB)
|
#if defined(PLATFORM_WEB)
|
||||||
result =/ 100.0f;
|
result /= 100.0f;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user