mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix debug tools not working
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Tournament.Screens.Gameplay
|
||||
{
|
||||
public class GameplayScreen : BeatmapInfoScreen
|
||||
{
|
||||
private BindableBool warmup = new BindableBool();
|
||||
private readonly BindableBool warmup = new BindableBool();
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(LadderInfo ladder, TextureStore textures)
|
||||
|
Reference in New Issue
Block a user