mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +02:00
coding standard cleanup
This commit is contained in:
parent
871cddfcc1
commit
49f4df3a5e
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ float danceFloorGradient = 0.5f;
|
|||
const float BEATS_PER_MINUTE = 118.0f;
|
||||
const float SECONDS_PER_MINUTE = 60.0f;
|
||||
const float FRAMES_PER_BEAT = (SECONDS_PER_MINUTE * ACTUAL_FPS) / BEATS_PER_MINUTE;
|
||||
float danceFloorGradientIncrement = 1.0f/FRAMES_PER_BEAT;
|
||||
float danceFloorGradientIncrement = 1.0f / FRAMES_PER_BEAT;
|
||||
const float DANCE_FLOOR_MAX_GRADIENT = 1.0f;
|
||||
const float DANCE_FLOOR_MIN_GRADIENT = 0.0f;
|
||||
const int DANCE_FLOOR_VOXELS_PER_PACKET = 100;
|
||||
|
|
Loading…
Reference in a new issue