Push the distance back even more.

This commit is contained in:
Andrzej Kapolka 2014-03-12 15:01:09 -07:00
parent 889c1358fc
commit bab74e9cd4

View file

@ -189,7 +189,7 @@ void Avatar::render(bool forShadowMap) {
{
// glow when moving in the distance
const float GLOW_DISTANCE = 10.0f;
const float GLOW_DISTANCE = 20.0f;
Glower glower(_moving && lengthToTarget > GLOW_DISTANCE && !forShadowMap ? 1.0f : 0.0f);
// render body