mirror of https://github.com/ppy/osu
Removed import for Allocation and other unnecessary [Resolved] tag missed in last commit
This commit is contained in:
parent
e2633ae993
commit
b7dc8d49ba
|
@ -1,7 +1,6 @@
|
|||
// 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.Allocation;
|
||||
using osu.Framework.Extensions.ObjectExtensions;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Graphics;
|
||||
|
@ -19,7 +18,6 @@ public class OsuModSnapColour : ModSnapColour, IApplicableToBeatmap, IApplicable
|
|||
{
|
||||
private readonly OsuColour colours = new OsuColour();
|
||||
|
||||
[Resolved]
|
||||
private IBeatmap? currentBeatmap { get; set; }
|
||||
|
||||
public void ApplyToBeatmap(IBeatmap beatmap)
|
||||
|
|
Loading…
Reference in New Issue