mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
Merge pull request #289 from birarda/master
last bit of conditional changes for Oculus
This commit is contained in:
commit
6223b9537f
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@
|
|||
#include "OculusManager.h"
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#ifdef __APPLE__
|
||||
bool OculusManager::_isConnected = false;
|
||||
|
||||
#ifdef __APPLE__
|
||||
Ptr<DeviceManager> OculusManager::_deviceManager;
|
||||
Ptr<HMDDevice> OculusManager::_hmdDevice;
|
||||
Ptr<SensorDevice> OculusManager::_sensorDevice;
|
||||
|
|
Loading…
Reference in a new issue