Fix CI issues + minor issues

This commit is contained in:
Lucas A
2019-07-05 16:37:37 +02:00
parent 89acd9da3e
commit 5f8bd6eca7
4 changed files with 14 additions and 7 deletions

View File

@ -551,6 +551,7 @@ namespace osu.Game.Overlays
/// <summary>
/// Play or pause the current beatmap track.
/// </summary>
/// <returns>Returns whether the current track could be played / paused or not</returns>
public bool PlayTrack()
{

View File

@ -1,4 +1,7 @@
using osu.Framework.Graphics;
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics;
@ -12,7 +15,7 @@ namespace osu.Game.Overlays.OSD
{
Children = new Drawable[]
{
new FillFlowContainer()
new FillFlowContainer
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,