mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 12:14:00 +02:00
wrap sixenseExit call in HAVE_SIXENSE ifdef
This commit is contained in:
parent
db0bfd53ae
commit
1f4c0b6340
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,7 @@ SixenseManager::SixenseManager() :
|
|||
}
|
||||
|
||||
SixenseManager::~SixenseManager() {
|
||||
#ifdef HAVE_SIXENSE_
|
||||
|
||||
if (_isInitialized) {
|
||||
#ifdef __APPLE__
|
||||
|
@ -75,6 +76,8 @@ SixenseManager::~SixenseManager() {
|
|||
#ifdef __APPLE__
|
||||
delete _sixenseLibrary;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
void SixenseManager::initialize() {
|
||||
|
|
Loading…
Reference in a new issue