mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
parent
c60acd7af4
commit
fed70e6df7
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ void DoTitle(CompletionFunc completion)
|
|||
jobs[job++] = { PlayMovie("book.mov") };
|
||||
jobs[job++] = { Create<DMainTitle>() };
|
||||
|
||||
RunScreenJob(jobs, job, completion);
|
||||
RunScreenJob(jobs, job, completion, true, true);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue