mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
quiet a warning
This commit is contained in:
parent
4646c0c103
commit
a9669531ae
1 changed files with 2 additions and 2 deletions
|
@ -167,11 +167,11 @@ void OculusLegacyDisplayPlugin::activate() {
|
|||
}
|
||||
});
|
||||
|
||||
#ifndef QT_NO_DEBUG
|
||||
#ifndef NDEBUG
|
||||
ovrBool result =
|
||||
#endif
|
||||
ovrHmd_ConfigureRendering(_hmd, &config.Config, distortionCaps, _eyeFovs, _eyeRenderDescs);
|
||||
Q_ASSERT(result);
|
||||
assert(result);
|
||||
}
|
||||
|
||||
void OculusLegacyDisplayPlugin::deactivate() {
|
||||
|
|
Loading…
Reference in a new issue