mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-03 00:38:47 +02:00
fix for release build undeclared identifier
This commit is contained in:
parent
d2b8ba740a
commit
46c8d7b3f8
1 changed files with 1 additions and 4 deletions
|
@ -167,10 +167,7 @@ void OculusLegacyDisplayPlugin::activate() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
#ifndef QT_NO_DEBUG
|
ovrBool result = ovrHmd_ConfigureRendering(_hmd, &config.Config, distortionCaps, _eyeFovs, _eyeRenderDescs);
|
||||||
ovrBool result =
|
|
||||||
#endif
|
|
||||||
ovrHmd_ConfigureRendering(_hmd, &config.Config, distortionCaps, _eyeFovs, _eyeRenderDescs);
|
|
||||||
Q_ASSERT(result);
|
Q_ASSERT(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue