This commit is contained in:
Dean Herbert
2017-01-27 19:14:44 +09:00
parent f3e9da609e
commit 5787b43586
3 changed files with 56 additions and 1 deletions

View File

@ -12,7 +12,6 @@ using osu.Framework.Platform;
using osu.Framework.Timing;
using osu.Game.Database;
using osu.Game.Modes;
using osu.Game.Modes.Objects;
using osu.Game.Modes.Objects.Drawables;
using osu.Game.Screens.Backgrounds;
using OpenTK.Input;
@ -24,6 +23,7 @@ using osu.Game.Screens.Ranking;
using osu.Game.Configuration;
using osu.Framework.Configuration;
using System;
using osu.Game.Graphics.UserInterface;
using OpenTK.Graphics;
namespace osu.Game.Screens.Play
@ -119,6 +119,7 @@ namespace osu.Game.Screens.Play
}
},
scoreOverlay,
new SkipButton(sourceClock, beatmap.HitObjects.First().StartTime)
};
}