Increase ignored FPS reports, otherwise minFPS is useless in slow computers.

What matters is the min and max FPS while gaming, start up is not so important.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7549 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk 2011-01-26 22:45:08 +00:00
parent f71b7437b7
commit 58cdbb5ffb

View File

@ -786,7 +786,7 @@ void IrrDriver::displayFPS()
{
// We will let pass some time to let things settle before trusting FPS counter
// even if we also ignore fps = 1, which tends to happen in first checks
const int NO_TRUST_COUNT = 25;
const int NO_TRUST_COUNT = 200;
static int no_trust = NO_TRUST_COUNT;
if (no_trust)