Replays: final boss (#17621)
* Replays: final boss * Undo formatting change in EntryPoint
This commit is contained in:
committed by
GitHub
parent
204f6ca5c2
commit
bbd8ce8885
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user