Merge remote-tracking branch 'upstream/master' into HoutarouOreki-changelog-overlay

This commit is contained in:
Dean Herbert
2019-05-16 18:55:28 +09:00
8 changed files with 39 additions and 72 deletions

View File

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