DEFAULT_FAIL.

This commit is contained in:
Steve Checkoway
2006-10-01 04:01:37 +00:00
parent 2af7999542
commit 9df54e925c
+1 -2
View File
@@ -1445,8 +1445,7 @@ void RageDisplay_OGL::SetBlendMode( BlendMode mode )
case BLEND_NO_EFFECT:
glBlendFunc( GL_ZERO, GL_ONE );
break;
default:
ASSERT(0);
DEFAULT_FAIL( mode );
}
}