mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- Screenblend fixes.
This commit is contained in:
parent
f8c65839f0
commit
596367f10f
2 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue