mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +02:00
Merge pull request #3514 from birarda/hydra-crash
fix for debug build without sixense library
This commit is contained in:
commit
e624058c14
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