Update framework and simplify some references.

This commit is contained in:
Dean Herbert
2016-10-12 19:52:49 +09:00
parent 61d5c7c56d
commit 29d223dc41
4 changed files with 6 additions and 4 deletions

View File

@ -9,6 +9,7 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Transformations;
using osu.Game.GameModes.Backgrounds;
using OpenTK.Graphics;
using osu.Framework;
namespace osu.Game.GameModes.Menu
{
@ -23,7 +24,7 @@ namespace osu.Game.GameModes.Menu
protected override BackgroundMode CreateBackground() => new BackgroundModeEmpty();
public override void Load(Framework.BaseGame game)
public override void Load(BaseGame game)
{
base.Load(game);