VortexCoyote / leraine-studio

A cross-platform portable open-source VSRG chart editor written in C++ with SFML.
Mozilla Public License 2.0
14 stars 6 forks source link

change deprecated MouseWheelEvent for MouseWheelScrollEvent #16

Closed AncuL001 closed 3 years ago

AncuL001 commented 3 years ago

also added else statements since there's no need to check all the next conditions

VortexCoyote commented 3 years ago

Good catch, looks good!