mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +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() :
|
||||
#ifdef __APPLE__
|
||||
#if defined(HAVE_SIXENSE) && defined(__APPLE__)
|
||||
_sixenseLibrary(NULL),
|
||||
#endif
|
||||
_isInitialized(false),
|
||||
|
|
Loading…
Reference in a new issue