mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
Fixed uninitialized audio loudness value
This commit is contained in:
parent
6b85d93aee
commit
ba0263a436
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public:
|
||||||
_headRoll(0),
|
_headRoll(0),
|
||||||
_headLeanSideways(0),
|
_headLeanSideways(0),
|
||||||
_headLeanForward(0),
|
_headLeanForward(0),
|
||||||
|
_audioLoudness(0),
|
||||||
_handState(0),
|
_handState(0),
|
||||||
_cameraPosition(0,0,0),
|
_cameraPosition(0,0,0),
|
||||||
_cameraDirection(0,0,0),
|
_cameraDirection(0,0,0),
|
||||||
|
|
Loading…
Reference in a new issue