mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Always return true while dragging
This commit is contained in:
@ -212,7 +212,6 @@ namespace osu.Game.Overlays
|
||||
Trace.Assert(state.Mouse.PositionMouseDown != null);
|
||||
|
||||
chatHeight.Value = startDragChatHeight - (state.Mouse.Position.Y - state.Mouse.PositionMouseDown.Value.Y) / Parent.DrawSize.Y;
|
||||
return base.OnDrag(state);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user