mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 11:13:06 +02:00
Remove unintentionally added fps + download profiling
This commit is contained in:
parent
537f639d16
commit
0cc137d26b
1 changed files with 1 additions and 1 deletions
|
@ -3409,7 +3409,7 @@ void Application::idle(float nsecsElapsed) {
|
|||
#ifdef Q_OS_WIN
|
||||
static std::once_flag once;
|
||||
std::call_once(once, [] {
|
||||
initCpuUsage();
|
||||
initCpuUsage();
|
||||
});
|
||||
|
||||
vec3 kernelUserAndSystem;
|
||||
|
|
Loading…
Reference in a new issue