1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 04:09:53 +08:00

Make allowTrackAdjustmentsStack readonly

This commit is contained in:
AbstractQbit
2021-09-14 18:04:43 +03:00
Unverified
parent b9193aae6d
commit 01d2f4f17a
+1 -1
View File
@@ -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;
}