mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
reduced avatar max fly speed from 300 to 30
This commit is contained in:
parent
a3ceb3a298
commit
b8b113844f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const float MIN_AVATAR_SPEED = 0.05f; // speed is set to zero below this
|
|||
|
||||
// TODO: normalize avatar speed for standard avatar size, then scale all motion logic
|
||||
// to properly follow avatar size.
|
||||
float MAX_AVATAR_SPEED = 300.0f;
|
||||
float MAX_AVATAR_SPEED = 30.0f;
|
||||
float MAX_KEYBOARD_MOTOR_SPEED = MAX_AVATAR_SPEED;
|
||||
float DEFAULT_KEYBOARD_MOTOR_TIMESCALE = 0.25f;
|
||||
float MIN_SCRIPTED_MOTOR_TIMESCALE = 0.005f;
|
||||
|
|
Loading…
Reference in a new issue