Allow kart to use specular map

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14803 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
samuncle 2013-12-27 02:06:08 +00:00
parent 0506b98540
commit 32a61d770e

View File

@ -15,7 +15,7 @@ void main() {
if (hastex != 0) {
vec4 col = texture2D(tex, gl_TexCoord[0].xy);
if (col.a < 0.5)
if (col.a < 0.1)
discard;
col.xyz += rim;