Use explicit cast to OsuGame rather than in-between derived classes.

# Conflicts:
#	osu.Game/GameModes/Menu/MainMenu.cs
This commit is contained in:
Dean Herbert
2016-10-01 15:02:38 +09:00
parent 40e5a449bf
commit 5afb038025
8 changed files with 12 additions and 47 deletions

View File

@ -7,10 +7,11 @@ using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics.Containers;
using OpenTK;
using OpenTK.Graphics;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Graphics.Background
{
class Background : OsuLargeContainer
class Background : LargeContainer
{
protected Sprite BackgroundSprite;