Replies: 2 comments 6 replies
-
I dunno how we'd ever fix this. Aside from a toggle to turn off drawing mode. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've never false-triggered this. You already need to exceed the drag lenience, which I think should cover false-drags. If it doesn't, then this is broken everywhere in the game. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type
Game behaviour
Bug description
If cursor had any velocity at the moment when you tried to place a slider it will assume you're trying to use a drawing feature. This unexpected behavior obstructs normal slider placing, as even a little amount of movement in your cursor causes this to happen.
Instead it creates a small slider or doesn't create any slider at all, none of these are expected behavior for a single mouse button click.
Same applies when you hold left click just for a few ms longer even without any movement in your cursor.
Most optimal way to fix that would be adding minimal hold time (ex. 0.5s) required to activate drawing behavior, that would prevent it from triggering just by a single click.
Screenshots or videos
current lazer behavior:
osu._UJWWRekrVn.mp4
example of an expected behavior from stable:
osu._1v71SnndW4.mp4
Version
2024.1115.3
Logs
compressed-logs.zip
Beta Was this translation helpful? Give feedback.
All reactions