mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:29:01 +02:00
Typos etc.
This commit is contained in:
parent
24352a7189
commit
c2bb26e519
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ static const uint32_t RELEASE_OPENVR_HMD_DELAY_MS = 5000;
|
|||
|
||||
bool isOculusPresent() {
|
||||
bool result = false;
|
||||
#if defined(Q_OS_WIN32)
|
||||
#ifdef Q_OS_WIN
|
||||
HANDLE oculusServiceEvent = ::OpenEventW(SYNCHRONIZE, FALSE, L"OculusHMDConnected");
|
||||
// The existence of the service indicates a running Oculus runtime
|
||||
if (oculusServiceEvent) {
|
||||
|
|
Loading…
Reference in a new issue