Open
Description
Currently, through rebinding controls, it is possible for players to use the same mouse button for both kinds of beats, and perhaps play it in an unintended way.
Currently our SimultaneousBindingMode
is set to unique
, which allows more than one action to be triggered with the same key. We could change it to none
which will block this from happen, but may introduce problems down the line, depending on whether we introduce hits in the middle of a slider.