mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 18:32:55 +08:00
CI fixes.
This commit is contained in:
parent
89c8a34025
commit
3389c8a4dc
@ -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
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user