mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
SW: Add handleevents to end credits
From JFSW commit 0c651743f8371fade0231e9c3206ca25e6ae5269 git-svn-id: https://svn.eduke32.com/eduke32@8626 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0b23c14b9d
commit
5d475c2788
1 changed files with 2 additions and 0 deletions
|
@ -1551,6 +1551,8 @@ void CreditsLevel(void)
|
||||||
|
|
||||||
while (!inputState.CheckAllInput())
|
while (!inputState.CheckAllInput())
|
||||||
{
|
{
|
||||||
|
handleevents();
|
||||||
|
|
||||||
// taken from top of faketimerhandler
|
// taken from top of faketimerhandler
|
||||||
// limits checks to max of 40 times a second
|
// limits checks to max of 40 times a second
|
||||||
if (totalclock >= ototalclock + synctics)
|
if (totalclock >= ototalclock + synctics)
|
||||||
|
|
Loading…
Reference in a new issue