1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:03:13 +08:00

CI fixes.

This commit is contained in:
smoogipooo 2017-06-21 20:17:15 +09:00
parent 89c8a34025
commit 3389c8a4dc
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ using osu.Game.Rulesets.Objects.Types;
using OpenTK.Graphics;
using osu.Game.Audio;
using System.Linq;
using osu.Framework.Configuration;
namespace osu.Game.Rulesets.Objects.Drawables
{

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
{
public BindableDouble LifetimeOffset { get; } = new BindableDouble();
public DrawableScrollingHitObject(TObject hitObject)
protected DrawableScrollingHitObject(TObject hitObject)
: base(hitObject)
{
}