mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:56:55 +02: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 =
|
ovrBool result =
|
||||||
#endif
|
#endif
|
||||||
ovrHmd_ConfigureRendering(_hmd, &config.Config, distortionCaps, _eyeFovs, _eyeRenderDescs);
|
ovrHmd_ConfigureRendering(_hmd, &config.Config, distortionCaps, _eyeFovs, _eyeRenderDescs);
|
||||||
Q_ASSERT(result);
|
assert(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
void OculusLegacyDisplayPlugin::deactivate() {
|
void OculusLegacyDisplayPlugin::deactivate() {
|
||||||
|
|
Loading…
Reference in a new issue