mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 04:50:42 +00:00
- clear the input state before starting a cutscene to ensure that it won't get skipped by residual input data.
This commit is contained in:
parent
8af4cfd772
commit
102f473821
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ public:
|
|||
actionState = clearbefore ? State_Clear : State_Run;
|
||||
if (index < jobs.Size()) screenfade = jobs[index].job->fadestyle & DScreenJob::fadein ? 0.f : 1.f;
|
||||
startTime = -1;
|
||||
inputState.ClearAllInput();
|
||||
}
|
||||
|
||||
int DisplayFrame()
|
||||
|
|
Loading…
Reference in a new issue