Merge branch 'master' into editor-clipboard

This commit is contained in:
Dan Balasescu
2020-09-15 16:05:43 +09:00
committed by GitHub
8 changed files with 119 additions and 59 deletions

View File

@ -81,6 +81,12 @@ namespace osu.Game.Tests.Visual
LoadScreen(Player);
}
protected override void Dispose(bool isDisposing)
{
LocalConfig?.Dispose();
base.Dispose(isDisposing);
}
/// <summary>
/// Creates the ruleset for setting up the <see cref="Player"/> component.
/// </summary>