remove comment

This commit is contained in:
Glenn Maynard
2006-07-29 19:29:19 +00:00
parent 3ec503b0de
commit 0b6f9ab4b5
-1
View File
@@ -1443,7 +1443,6 @@ void RageDisplay_OGL::SetBlendMode( BlendMode mode )
glBlendFunc( GL_ONE, GL_ONE );
break;
case BLEND_NO_EFFECT:
/* XXX: Would it be faster and have the same effect to say glDisable(GL_COLOR_WRITEMASK)? */
glBlendFunc( GL_ZERO, GL_ONE );
break;
default: