mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Code review
This commit is contained in:
parent
72d712ac76
commit
88ed69a4a1
2 changed files with 1 additions and 4 deletions
|
@ -95,9 +95,6 @@ protected:
|
||||||
ButtonPressedMap _buttonPressedMap;
|
ButtonPressedMap _buttonPressedMap;
|
||||||
AxisStateMap _axisStateMap;
|
AxisStateMap _axisStateMap;
|
||||||
PoseStateMap _poseStateMap;
|
PoseStateMap _poseStateMap;
|
||||||
|
|
||||||
private:
|
|
||||||
static float _reticleMoveSpeed;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@ bool SixenseManager::_sixenseLoaded = false;
|
||||||
#define BAIL_IF_NOT_ENABLED \
|
#define BAIL_IF_NOT_ENABLED \
|
||||||
if (!_isEnabled) { \
|
if (!_isEnabled) { \
|
||||||
return; \
|
return; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define BAIL_IF_NOT_LOADED \
|
#define BAIL_IF_NOT_LOADED \
|
||||||
if (!_sixenseLoaded) { \
|
if (!_sixenseLoaded) { \
|
||||||
|
|
Loading…
Reference in a new issue