Solving conflict

This commit is contained in:
Vidalee 2018-05-06 13:18:12 +02:00
parent d36d9643eb
commit c4e45e30ef
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ public override void SetReplay(Replay replay)
base.SetReplay(replay);
if (ReplayInputManager?.ReplayInputHandler != null)
ReplayInputManager.ReplayInputHandler.ToScreenSpace = input => Playfield.ScaledContent.ToScreenSpace(input);
ReplayInputManager.ReplayInputHandler.GamefieldToScreenSpace = Playfield.GamefieldToScreenSpace;
}
/// <summary>