mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 07:33:10 +02:00
int to float conversion in the constructor
This commit is contained in:
parent
98f014d13d
commit
c99f5a4ae6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void attachNewBufferToNode(Node *newNode) {
|
|||
AudioMixer::AudioMixer(const QByteArray& packet) :
|
||||
ThreadedAssignment(packet),
|
||||
_trailingSleepRatio(1.0f),
|
||||
_minAudibilityThreshold(LOUDNESS_TO_DISTANCE_RATIO / 2)
|
||||
_minAudibilityThreshold(LOUDNESS_TO_DISTANCE_RATIO / 2.0f)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue