mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
one more coding standard fix
This commit is contained in:
parent
814e22364a
commit
156adb1a98
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const int SCRIPTED_MOTOR_CAMERA_FRAME = 0;
|
|||
const int SCRIPTED_MOTOR_AVATAR_FRAME = 1;
|
||||
const int SCRIPTED_MOTOR_WORLD_FRAME = 2;
|
||||
|
||||
const float MyAvatar::ZOOM_MIN = .5f;
|
||||
const float MyAvatar::ZOOM_MIN = 0.5f;
|
||||
const float MyAvatar::ZOOM_MAX = 10.0f;
|
||||
const float MyAvatar::ZOOM_DEFAULT = 1.5f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue