mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
use sane running average window
This commit is contained in:
parent
45f194f6bc
commit
d6b914283c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
#include <QtCore/QDir>
|
||||
|
||||
int OctreeServer::_clientCount = 0;
|
||||
const int MOVING_AVERAGE_SAMPLE_COUNTS = 1000000;
|
||||
const int MOVING_AVERAGE_SAMPLE_COUNTS = 1000;
|
||||
|
||||
float OctreeServer::SKIP_TIME = -1.0f; // use this for trackXXXTime() calls for non-times
|
||||
|
||||
|
|
Loading…
Reference in a new issue