mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-12 17:42:39 +02:00
fixed bracket spacing in HeadData.h
This commit is contained in:
parent
b1c578ecaa
commit
dabcd4c234
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ protected:
|
|||
quint64 _lookAtPositionChanged { 0 };
|
||||
|
||||
bool _hasAudioEnabledFaceMovement { true };
|
||||
bool _hasProceduralBlinkFaceMovement{ true };
|
||||
bool _hasProceduralEyeFaceMovement{ true };
|
||||
bool _hasProceduralBlinkFaceMovement { true };
|
||||
bool _hasProceduralEyeFaceMovement { true };
|
||||
bool _isFaceTrackerConnected { false };
|
||||
bool _isEyeTrackerConnected { false };
|
||||
float _leftEyeBlink { 0.0f };
|
||||
|
|
Loading…
Reference in a new issue