1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Fix debug tools not working

This commit is contained in:
Dean Herbert 2018-11-09 16:26:09 +09:00
parent 1c6c598644
commit 66dc7d6b02
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -163,6 +163,7 @@ namespace osu.Game.Tournament
protected override void LoadComplete()
{
MenuCursorContainer.Cursor.Alpha = 0;
base.LoadComplete();
}
protected override void Update()