Minor whitespace removal.

This commit is contained in:
Andrew Meadows 2014-02-13 10:03:14 -08:00
parent 3a8aa0c47e
commit e793c207f9

View file

@ -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;