small compression
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / scene_position.h
index e0b9982965b21b8de05c7688c807239a1355f437..3fe8c7ee1c2f582f641d6328c23d943f8f2bb7d1 100644 (file)
@@ -276,7 +276,7 @@ static struct vg_shader _shader_scene_position = {
 "   light_delta = normalize( light_delta );\n"
 "\n"
 "   float quadratic = dist2*100.0;\n"
-"   float attenuation  = 1.0f/( 1.0f + quadratic );\n"
+"   float attenuation  = 1.0/( 1.0 + quadratic );\n"
 "         attenuation *= max( dot( light_delta, normal ), 0.0 );\n"
 "\n"
 "   float falloff = max( 0.0, 1.0-(dist2*light_co.w) );\n"