Fixed uninitialized audio loudness value

This commit is contained in:
Philip Rosedale 2013-05-13 19:26:46 -07:00
parent 6b85d93aee
commit ba0263a436

View file

@ -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),