Disabled debugging code
--HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4050
This commit is contained in:
@@ -258,7 +258,7 @@ void main()
|
|||||||
gl_FragColor = vec4(gl_FragColor.r * lightMapColor.r, gl_FragColor.g * lightMapColor.g, gl_FragColor.b * lightMapColor.b, 1.0);
|
gl_FragColor = vec4(gl_FragColor.r * lightMapColor.r, gl_FragColor.g * lightMapColor.g, gl_FragColor.b * lightMapColor.b, 1.0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
gl_FragColor = vec4(vec3(specularFactor), 1.0);
|
// gl_FragColor = vec4(vec3(specularFactor), 1.0);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user