mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Minor whitespace removal.
This commit is contained in:
parent
3a8aa0c47e
commit
e793c207f9
1 changed files with 0 additions and 2 deletions
|
@ -837,7 +837,6 @@ void MyAvatar::updateThrust(float deltaTime) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Update speed brake status
|
||||
|
@ -903,7 +902,6 @@ void MyAvatar::updateCollisionWithEnvironment(float deltaTime, float radius) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void MyAvatar::updateCollisionWithVoxels(float deltaTime, float radius) {
|
||||
const float VOXEL_ELASTICITY = 0.4f;
|
||||
const float VOXEL_DAMPING = 0.0f;
|
||||
|
|
Loading…
Reference in a new issue