Changes in line with framework refcount changes

This commit is contained in:
Dean Herbert
2018-09-06 13:15:43 +09:00
parent 9b753bb429
commit 29b0d62f21
7 changed files with 20 additions and 26 deletions

View File

@ -5,8 +5,8 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using OpenTK.Graphics;
using osu.Game.Graphics.Textures;
namespace osu.Game.Graphics.Backgrounds
{