mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:58:09 +02:00
CR feedback
This commit is contained in:
parent
70516c8cb4
commit
8186145d35
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ void VoxelSceneStats::encodeStopped() {
|
||||||
_totalEncodeTime += (usecTimestampNow() - _encodeStart);
|
_totalEncodeTime += (usecTimestampNow() - _encodeStart);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void VoxelSceneStats::reset() {
|
void VoxelSceneStats::reset() {
|
||||||
_totalEncodeTime = 0;
|
_totalEncodeTime = 0;
|
||||||
_encodeStart = 0;
|
_encodeStart = 0;
|
||||||
|
|
Loading…
Reference in a new issue