mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 08:53:07 +02:00
ensure HAVE_SIXENSE is defined to define _sixenseLibrary
This commit is contained in:
parent
e512b05e62
commit
39ee62608b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ SixenseManager& SixenseManager::getInstance() {
|
||||||
}
|
}
|
||||||
|
|
||||||
SixenseManager::SixenseManager() :
|
SixenseManager::SixenseManager() :
|
||||||
#ifdef __APPLE__
|
#if defined(HAVE_SIXENSE) && defined(__APPLE__)
|
||||||
_sixenseLibrary(NULL),
|
_sixenseLibrary(NULL),
|
||||||
#endif
|
#endif
|
||||||
_isInitialized(false),
|
_isInitialized(false),
|
||||||
|
|
Loading…
Reference in a new issue