fix typo in blend functions

This commit is contained in:
Devin J. Pohly
2012-07-31 23:26:50 -04:00
parent c239e439a0
commit aa3244a0f2
+1 -1
View File
@@ -1775,7 +1775,7 @@ void RageDisplay_Legacy::SetBlendMode( BlendMode mode )
break;
case BLEND_NO_EFFECT:
iSourceRGB = GL_ZERO; iDestRGB = GL_ONE;
iSourceAlpha = GL_ZERO; iSourceAlpha = GL_ONE;
iSourceAlpha = GL_ZERO; iDestAlpha = GL_ONE;
break;
DEFAULT_FAIL( mode );
}