1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 08:22:56 +08:00

CI fixes.

This commit is contained in:
smoogipooo 2017-06-07 19:17:45 +09:00
parent 6f191193a1
commit 1017cf54d9
3 changed files with 1 additions and 4 deletions

View File

@ -8,7 +8,6 @@ using osu.Game.Rulesets.Mania.Objects;
using osu.Game.Rulesets.Mania.Objects.Drawables; using osu.Game.Rulesets.Mania.Objects.Drawables;
using OpenTK.Graphics; using OpenTK.Graphics;
using OpenTK; using OpenTK;
using osu.Framework.Graphics.Primitives;
namespace osu.Desktop.VisualTests.Tests namespace osu.Desktop.VisualTests.Tests
{ {

View File

@ -12,7 +12,6 @@ using OpenTK;
using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Mania.Judgements; using osu.Game.Rulesets.Mania.Judgements;
using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics.Primitives;
namespace osu.Game.Rulesets.Mania.Objects.Drawables namespace osu.Game.Rulesets.Mania.Objects.Drawables
{ {

View File

@ -10,7 +10,6 @@ using osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables; using osu.Game.Rulesets.Objects.Drawables;
using OpenTK; using OpenTK;
using osu.Framework.Caching; using osu.Framework.Caching;
using osu.Framework.Graphics.Primitives;
namespace osu.Game.Rulesets.Timing.Drawables namespace osu.Game.Rulesets.Timing.Drawables
{ {
@ -87,7 +86,7 @@ namespace osu.Game.Rulesets.Timing.Drawables
/// <summary> /// <summary>
/// The axes which this container should calculate its size from its children on. /// The axes which this container should calculate its size from its children on.
/// Note that this is not the same as <see cref="Container{T}.AutoSizeAxes"/>, because that would not allow this container /// Note that this is not the same as <see cref="Container{T}.AutoSizeAxes"/>, because that would not allow this container
/// to be relatively sized - desired in the case where the playfield re-defines <see cref="Container{T}.RelativeCoordinateSpace"/>. /// to be relatively sized - desired in the case where the playfield re-defines <see cref="Container{T}.RelativeChildSize"/>.
/// </summary> /// </summary>
/// <param name="autoSizingAxes"></param> /// <param name="autoSizingAxes"></param>
public RelativeCoordinateAutoSizingContainer(Axes autoSizingAxes) public RelativeCoordinateAutoSizingContainer(Axes autoSizingAxes)