mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
Bump this up to 60 again.
This commit is contained in:
parent
776145b74c
commit
2e52925496
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void Webcam::setFrame(void* image) {
|
||||||
// update our frame count for fps computation
|
// update our frame count for fps computation
|
||||||
_frameCount++;
|
_frameCount++;
|
||||||
|
|
||||||
const int MAX_FPS = 30;
|
const int MAX_FPS = 60;
|
||||||
const int MIN_FRAME_DELAY = 1000000 / MAX_FPS;
|
const int MIN_FRAME_DELAY = 1000000 / MAX_FPS;
|
||||||
long long now = usecTimestampNow();
|
long long now = usecTimestampNow();
|
||||||
long long remaining = MIN_FRAME_DELAY;
|
long long remaining = MIN_FRAME_DELAY;
|
||||||
|
|
Loading…
Reference in a new issue