Merge branch 'master' into sprite-icon-compatibility

This commit is contained in:
Dean Herbert
2019-03-29 11:15:34 +09:00
committed by GitHub
25 changed files with 80 additions and 46 deletions

View File

@ -10,7 +10,7 @@ namespace osu.Game.Tests.Visual
/// <summary>
/// A test case which can be used to test a screen (that relies on OnEntering being called to execute startup instructions).
/// </summary>
public abstract class ScreenTestCase : OsuTestCase
public abstract class ScreenTestCase : ManualInputManagerTestCase
{
private OsuScreenStack stack;