stoopid bug.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4429 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
cffad14419
commit
30c332a451
1 changed files with 1 additions and 1 deletions
|
@ -4072,7 +4072,7 @@ double Host_Frame (double time)
|
|||
maxfps = 4;
|
||||
}
|
||||
|
||||
if (vid.isminimized && maxfps <= 0 || maxfps > 10)
|
||||
if (vid.isminimized && (maxfps <= 0 || maxfps > 10))
|
||||
maxfps = 10;
|
||||
|
||||
if (maxfps > 0
|
||||
|
|
Loading…
Reference in a new issue