Merge branch 'master' into player-load-cancellations

This commit is contained in:
Dean Herbert
2019-05-10 16:58:36 +09:00
committed by GitHub
3 changed files with 39 additions and 6 deletions

View File

@ -145,7 +145,7 @@ namespace osu.Game.Rulesets.UI
{
InternalChildren = new Drawable[]
{
frameStabilityContainer = new FrameStabilityContainer
frameStabilityContainer = new FrameStabilityContainer(GameplayStartTime)
{
Child = KeyBindingInputManager
.WithChild(CreatePlayfieldAdjustmentContainer()