mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- debug output for investigating Exhumed text crawl.
This commit is contained in:
parent
f36ac1dc90
commit
b4dd006a40
1 changed files with 1 additions and 0 deletions
|
@ -884,6 +884,7 @@ bool TextOverlay::AdvanceCinemaText(int clock)
|
|||
if (nHeight + nCrawlY > 0 || CDplaying())
|
||||
{
|
||||
nCrawlY-= (clock - lastclock) / 15.; // do proper interpolation.
|
||||
Printf("Scroll: crawlY = %f, clock = %d, time = %d, real time = %u\n", nCrawlY, clock, lastclock - clock, I_msTime());
|
||||
lastclock = clock;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue