Apply minimal changes to make framework compile

This commit is contained in:
Dean Herbert
2019-05-14 18:39:56 +09:00
parent f2e5beec11
commit 4c221e43a9
3 changed files with 8 additions and 9 deletions

View File

@ -9,7 +9,7 @@ using osuTK.Graphics;
namespace osu.Game.Tests.Visual.UserInterface
{
public class TestCaseLoadingAnimation : GridTestCase
public class TestCaseLoadingAnimation : GridTestScene //todo: this should be an OsuTestCase
{
public TestCaseLoadingAnimation()
: base(2, 2)