Browse Source

Merge pull request #1451 from blackberry/master

Merge master to next
Sean Taylor 11 years ago
parent
commit
3b2d993b10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gameplay/res/shaders/terrain.frag

+ 1 - 1
gameplay/res/shaders/terrain.frag

@@ -133,7 +133,7 @@ void main()
 
     #else
 
-    gl_FragColor.rgb = _baseColor;
+    gl_FragColor.rgb = _baseColor.rgb;
 
     #endif
 }