- Screenblend fixes.

This commit is contained in:
Christoph Oelckers 2020-08-07 22:00:43 +02:00
parent f8c65839f0
commit 596367f10f
2 changed files with 3 additions and 2 deletions

View file

@ -564,6 +564,7 @@ ScreenJobRunner *runner;
void RunScreenJob(JobDesc* jobs, int count, CompletionFunc completion, bool clearbefore, bool blockingui)
{
assert(completion != nullptr);
videoclearFade();
if (count)
{
runner = new ScreenJobRunner(jobs, count, completion, clearbefore);