1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 19:10:43 +08:00

Apply minimal changes to make framework compile

This commit is contained in:
Dean Herbert
2019-05-14 18:39:56 +09:00
Unverified
parent f2e5beec11
commit 4c221e43a9
3 changed files with 8 additions and 9 deletions
@@ -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)