mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 03:29:53 +08:00
Make allowTrackAdjustmentsStack readonly
This commit is contained in:
+1
-1
@@ -1127,7 +1127,7 @@ namespace osu.Game
|
||||
}
|
||||
}
|
||||
|
||||
private Stack<bool> allowTrackAdjustmentsStack = new Stack<bool>();
|
||||
private readonly Stack<bool> allowTrackAdjustmentsStack = new Stack<bool>();
|
||||
|
||||
IBindable<bool> ILocalUserPlayInfo.IsPlaying => LocalUserPlaying;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user