Replays: final boss (#17621)

* Replays: final boss

* Undo formatting change in EntryPoint
This commit is contained in:
Pieter-Jan Briers
2023-06-25 01:56:33 +02:00
committed by GitHub
parent 204f6ca5c2
commit bbd8ce8885
5 changed files with 48 additions and 24 deletions

View File

@@ -12,11 +12,10 @@ public sealed class ContentLoadReplayJob : LoadReplayJob
public ContentLoadReplayJob(
float maxTime,
IWritableDirProvider dir,
ResPath path,
IReplayFileReader fileReader,
IReplayLoadManager loadMan,
LoadingScreen<bool> screen)
: base(maxTime, dir, path, loadMan)
: base(maxTime, fileReader, loadMan)
{
_screen = screen;
}