mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 13:26:28 +02:00
Start out disabled.
This commit is contained in:
parent
a7e9434c96
commit
5283e51927
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
SixenseManager::SixenseManager() : _lastMovement(usecTimestampNow()) {
|
||||
SixenseManager::SixenseManager() : _lastMovement(0) {
|
||||
#ifdef HAVE_SIXENSE
|
||||
sixenseInit();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue