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:
parent
0a60f6dacd
commit
53b7fdd834
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user