Disable positional interaction for now

This commit is contained in:
Dean Herbert 2023-12-24 03:00:51 +09:00
parent 72bec527fd
commit 686b2a4394
No known key found for this signature in database

View File

@ -25,6 +25,9 @@ namespace osu.Game.Screens.Play
public override bool PropagateNonPositionalInputSubTree => true;
// Disable interaction for now to avoid any funny business with slider bar dragging.
public override bool PropagatePositionalInputSubTree => false;
private BeatmapOffsetControl offsetControl = null!;
private OsuTextFlowContainer text = null!;