mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Place Frame Interpolation in "Experimental" video options header
This seems like an appropriate way to describe the feature for now.
This commit is contained in:
parent
b625076c87
commit
722b04518d
1 changed files with 3 additions and 0 deletions
|
@ -1387,6 +1387,9 @@ static menuitem_t OP_VideoOptionsMenu[] =
|
|||
{IT_HEADER, NULL, "Renderer", NULL, 208},
|
||||
{IT_CALL | IT_STRING, NULL, "OpenGL Options...", M_OpenGLOptionsMenu, 214},
|
||||
#endif
|
||||
|
||||
{IT_HEADER, NULL, "Experimental", NULL, 222},
|
||||
{IT_STRING | IT_CVAR, NULL, "Frame Interpolation", &cv_frameinterpolation, 228},
|
||||
};
|
||||
|
||||
static menuitem_t OP_VideoModeMenu[] =
|
||||
|
|
Loading…
Reference in a new issue