1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Changed the event to be the more correct one to block

This commit is contained in:
Rovearix 2023-03-13 07:49:51 -04:00
parent c1618a7a16
commit ba728bdab1

View File

@ -71,7 +71,7 @@ namespace osu.Game.Graphics.UserInterface
return false;
// blocking drag events to prevent unintended ui pausing while loading a beat map (see https://github.com/ppy/osu/issues/22657)
case DragEvent:
case DragStartEvent:
return false;
}