X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fblend.cpp;h=184d5ad534f1aca6bcf441726b54e8c80af94a1b;hb=3b159edbe4e80a2bc19c4c2fcd42cb996b9fbfe0;hp=9c87aeb5461d989a864a37c2dd19da4f96167461;hpb=619aae12e01f25e79626a94c973927e5599e99a5;p=libs%2Fgl.git diff --git a/source/blend.cpp b/source/blend.cpp index 9c87aeb5..184d5ad5 100644 --- a/source/blend.cpp +++ b/source/blend.cpp @@ -33,7 +33,7 @@ void Blend::bind() const if(set_current(this)) { glEnable(GL_BLEND); - if(glBlendEquation) + if(EXT_blend_minmax) glBlendEquation(eq); glBlendFunc(src_factor, dst_factor); }