mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +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>
|
#include <QtCore/QDir>
|
||||||
|
|
||||||
int OctreeServer::_clientCount = 0;
|
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
|
float OctreeServer::SKIP_TIME = -1.0f; // use this for trackXXXTime() calls for non-times
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue