mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
parent
b9038db433
commit
0f3555fc7c
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class DSWCreditsScreen : public DScreenJob
|
|||
int Frame(uint64_t clock, bool skiprequest)
|
||||
{
|
||||
twod->ClearScreen();
|
||||
int seconds = int(clock * 120 / 1'000'000'000);
|
||||
int seconds = int(clock / 1'000'000'000);
|
||||
if (clock == 0)
|
||||
{
|
||||
// Lo Wang feel like singing!
|
||||
|
|
Loading…
Reference in a new issue