mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Clean up test code and unused includes
This commit is contained in:
@ -11,13 +11,12 @@ using osu.Game.Beatmaps;
|
|||||||
using osu.Game.Configuration;
|
using osu.Game.Configuration;
|
||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using osu.Game.Graphics.Backgrounds;
|
using osu.Game.Graphics.Backgrounds;
|
||||||
using osuTK;
|
|
||||||
|
|
||||||
namespace osu.Game.Screens.Backgrounds
|
namespace osu.Game.Screens.Backgrounds
|
||||||
{
|
{
|
||||||
public class BackgroundScreenBeatmap : BlurrableBackgroundScreen
|
public class BackgroundScreenBeatmap : BlurrableBackgroundScreen
|
||||||
{
|
{
|
||||||
protected WorkingBeatmap beatmap;
|
private WorkingBeatmap beatmap;
|
||||||
protected Bindable<double> DimLevel;
|
protected Bindable<double> DimLevel;
|
||||||
public Bindable<bool> UpdateDim;
|
public Bindable<bool> UpdateDim;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user