- redid the timer for the automap zoom

Add more precision and uncouple from the game timer
This commit is contained in:
Christoph Oelckers 2020-08-31 19:18:53 +02:00
parent 45a22eb3cd
commit 2bf368d49b
3 changed files with 19 additions and 17 deletions

View file

@ -242,6 +242,7 @@ void Display()
case GS_LEVEL:
if (gametic != 0)
{
screen->FrameTime = I_msTimeFS();
screen->BeginFrame();
screen->SetSceneRenderTarget(gl_ssao != 0);
twodpsp.Clear();