mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Blah.
git-svn-id: https://svn.eduke32.com/eduke32@527 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
cc8ae625d6
commit
456f144451
1 changed files with 1 additions and 1 deletions
|
@ -5379,7 +5379,7 @@ static int osdcmd_polymostvars(const osdfuncparm_t *parm)
|
||||||
}
|
}
|
||||||
else if (!Bstrcasecmp(parm->name, "r_animsmoothing")) {
|
else if (!Bstrcasecmp(parm->name, "r_animsmoothing")) {
|
||||||
if (showval) { OSD_Printf("r_animsmoothing is %d\n", r_animsmoothing); }
|
if (showval) { OSD_Printf("r_animsmoothing is %d\n", r_animsmoothing); }
|
||||||
else if (val < 1) { OSD_Printf("Value out of range.\n"); }
|
else if (val < 0) { OSD_Printf("Value out of range.\n"); }
|
||||||
else r_animsmoothing = val;
|
else r_animsmoothing = val;
|
||||||
return OSDCMD_OK;
|
return OSDCMD_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue