Skip to content
Snippets Groups Projects
Commit 770863d3 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

SDL: diable skip frame

parent 6ae667c7
Branches
No related tags found
No related merge requests found
......@@ -929,6 +929,9 @@ void I_UpdateNoBlit(void)
// from PrBoom's src/SDL/i_video.c
static inline boolean I_SkipFrame(void)
{
#if 1
return false;
#else
static boolean skip = false;
if (rendermode != render_soft)
......@@ -948,6 +951,7 @@ static inline boolean I_SkipFrame(void)
default:
return false;
}
#endif
}
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment