mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Make allowTrackAdjustmentsStack
readonly
This commit is contained in:
parent
b9193aae6d
commit
01d2f4f17a
@ -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;
|
IBindable<bool> ILocalUserPlayInfo.IsPlaying => LocalUserPlaying;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user