mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
fix warning for unused variable (we forgot to use it)
This commit is contained in:
parent
78b92516d9
commit
c8149f95a3
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ void ParticleCollisionSystem::updateCollisionWithAvatars(Particle* particle) {
|
|||
// while ramping it up to 1 when attenuationFactor = 0
|
||||
damping = DAMPING + (1.f - attenuationFactor) * (1.f - DAMPING);
|
||||
}
|
||||
collision->_damping = damping;
|
||||
}
|
||||
// HACK END
|
||||
|
||||
|
|
Loading…
Reference in a new issue