mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Update osu.Game.Tests/Visual/Gameplay/TestScenePlayerLoader.cs
Co-Authored-By: Salman Ahmed <slmanarendo1950@gmail.com>
This commit is contained in:
parent
c3221e1a36
commit
c92545e294
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user