Merge pull request #3514 from birarda/hydra-crash

fix for debug build without sixense library
This commit is contained in:
Philip Rosedale 2014-09-30 13:24:17 -07:00
commit e624058c14

View file

@ -45,7 +45,7 @@ SixenseManager& SixenseManager::getInstance() {
}
SixenseManager::SixenseManager() :
#ifdef __APPLE__
#if defined(HAVE_SIXENSE) && defined(__APPLE__)
_sixenseLibrary(NULL),
#endif
_isInitialized(false),