Update osu.Game.Tests/Visual/Gameplay/TestScenePlayerLoader.cs

Co-Authored-By: Salman Ahmed <slmanarendo1950@gmail.com>
This commit is contained in:
Craftplacer 2019-09-23 01:41:59 +02:00 committed by GitHub
parent c3221e1a36
commit c92545e294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ namespace osu.Game.Tests.Visual.Gameplay
/// Sets the input manager child to a new test player loader container instance.
/// </summary>
/// <param name="interactive">If the test player should behave like the production one.</param>
public void ResetPlayer(bool interactive)
private void resetPlayer(bool interactive)
{
player = new TestPlayer(interactive, interactive);
loader = new TestPlayerLoader(() => player);