mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- redid the timer for the automap zoom
Add more precision and uncouple from the game timer
This commit is contained in:
parent
45a22eb3cd
commit
2bf368d49b
3 changed files with 19 additions and 17 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue