mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 05:09:23 +02:00
Fix bad initializer
This commit is contained in:
parent
171d3212fe
commit
a36727732f
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ private:
|
||||||
|
|
||||||
int _trackedControllers { 0 };
|
int _trackedControllers { 0 };
|
||||||
vr::IVRSystem*& _system;
|
vr::IVRSystem*& _system;
|
||||||
quint64 _timeTilCalibration { 0.0f };
|
quint64 _timeTilCalibration { 0 };
|
||||||
float _leftHapticStrength { 0.0f };
|
float _leftHapticStrength { 0.0f };
|
||||||
float _leftHapticDuration { 0.0f };
|
float _leftHapticDuration { 0.0f };
|
||||||
float _rightHapticStrength { 0.0f };
|
float _rightHapticStrength { 0.0f };
|
||||||
|
|
Loading…
Reference in a new issue