remove some leftover debug code from bunny shader

db4
Joe Groff 2009-07-29 20:06:28 -05:00
parent cb7735ddf4
commit 1e389c921d
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)