1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 12:42:54 +08:00

Clean up test code and unused includes

This commit is contained in:
David Zhao 2019-02-15 16:57:53 +09:00
parent 0a60f6dacd
commit 53b7fdd834

View File

@ -11,13 +11,12 @@ using osu.Game.Beatmaps;
using osu.Game.Configuration;
using osu.Game.Graphics;
using osu.Game.Graphics.Backgrounds;
using osuTK;
namespace osu.Game.Screens.Backgrounds
{
public class BackgroundScreenBeatmap : BlurrableBackgroundScreen
{
protected WorkingBeatmap beatmap;
private WorkingBeatmap beatmap;
protected Bindable<double> DimLevel;
public Bindable<bool> UpdateDim;