mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:04:33 +02:00
fix windows warning
This commit is contained in:
parent
4b3911c5c1
commit
d4c36acd7d
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ void Avatar::render() {
|
|||
// render voice intensity sphere for avatars that are farther away
|
||||
const float MAX_SPHERE_ANGLE = 10.f;
|
||||
const float MIN_SPHERE_ANGLE = 1.f;
|
||||
const float MIN_SPHERE_SIZE = 0.01;
|
||||
const float MIN_SPHERE_SIZE = 0.01f;
|
||||
const float SPHERE_LOUDNESS_SCALING = 0.0005f;
|
||||
const float SPHERE_COLOR[] = { 0.5f, 0.8f, 0.8f };
|
||||
float height = getSkeletonHeight();
|
||||
|
|
Loading…
Reference in a new issue