Rename abstract TestScene

This commit is contained in:
Dean Herbert
2020-06-12 19:40:54 +09:00
parent 273eb6f746
commit 9746e24d1e
6 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ using osuTK.Input;
namespace osu.Game.Tests.Visual.Gameplay
{
public class TestScenePause : TestPlayerTestScene
public class TestScenePause : OsuPlayerTestScene
{
protected new PausePlayer Player => (PausePlayer)base.Player;