mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 04:50:42 +00:00
parent
fa50cde93f
commit
27acd430aa
1 changed files with 2 additions and 1 deletions
|
@ -621,7 +621,8 @@ public:
|
|||
}
|
||||
actionState = clearbefore ? State_Clear : State_Run;
|
||||
if (index < jobs.Size()) screenfade = jobs[index].job->fadestyle & DScreenJob::fadein ? 0.f : 1.f;
|
||||
startTime = -1;
|
||||
lastTime= startTime = -1;
|
||||
clock = 0;
|
||||
inputState.ClearAllInput();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue