mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 16:30:10 +02:00
remove unused variable
This commit is contained in:
parent
6312d8643b
commit
31bbf15a55
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ void AvatarMixer::broadcastAvatarData() {
|
|||
const float FRD_ADJUSTMENT_ACCEPTABLE_RATIO = 0.8f;
|
||||
const float HYSTERISIS_GAP = (1 - FRD_ADJUSTMENT_ACCEPTABLE_RATIO);
|
||||
const float HYSTERISIS_MIDDLE_PERCENTAGE = (1 - (HYSTERISIS_GAP * 0.5f));
|
||||
const float FRD_RECOVERY_EPSILON = 0.0001;
|
||||
|
||||
// get the current full rate distance so we can work with it
|
||||
float currentFullRateDistance = nodeData->getFullRateDistance();
|
||||
|
|
Loading…
Reference in a new issue