Selaa lähdekoodia

Update rcore.c

pull/2521/head
Ray 2 vuotta sitten
vanhempi
commit
9998a86625
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna