mirror of
https://github.com/ppy/osu
synced 2025-01-02 04:12:13 +00:00
Rename incorrect variable
This commit is contained in:
parent
388cf5c83a
commit
448961b330
@ -264,7 +264,7 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
public override void SetRecordTarget(Replay recordingReplay)
|
||||
{
|
||||
if (!(KeyBindingInputManager is IHasRecordingHandler recordingInputHandler))
|
||||
if (!(KeyBindingInputManager is IHasRecordingHandler recordingInputManager))
|
||||
throw new InvalidOperationException($"A {nameof(KeyBindingInputManager)} which supports recording is not available");
|
||||
|
||||
var recorder = CreateReplayRecorder(recordingReplay);
|
||||
@ -274,7 +274,7 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
recorder.ScreenSpaceToGamefield = Playfield.ScreenSpaceToGamefield;
|
||||
|
||||
recordingInputHandler.Recorder = recorder;
|
||||
recordingInputManager.Recorder = recorder;
|
||||
}
|
||||
|
||||
public override void SetReplayScore(Score replayScore)
|
||||
|
Loading…
Reference in New Issue
Block a user