mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
Log Oculus SDK version used in build
This commit is contained in:
parent
01ec12549e
commit
bd9451d4c6
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ void OculusManager::connect() {
|
|||
#ifdef HAVE_LIBOVR
|
||||
_calibrationState = UNCALIBRATED;
|
||||
|
||||
qDebug() << "Oculus SDK" << OVR_VERSION_STRING;
|
||||
|
||||
ovr_Initialize();
|
||||
|
||||
_ovrHmd = ovrHmd_Create(0);
|
||||
|
|
Loading…
Reference in a new issue