remove some leftover debug code from bunny shader

Joe Groff 2009-07-29 20:06:28 -05:00
parent 5ecd0d91a3
commit 9889c6ed03
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ border_factor(vec2 texcoord)
void
main()
{
gl_FragColor = /*vec4(border_factor(texcoord));*/ mix(
gl_FragColor = mix(
texture2D(color_texture, texcoord),
line_color,
border_factor(texcoord)