X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fblend.cpp;h=854b2032d4e26ea31168beaf141790d6ffdb536f;hb=927a1aa0a3a27e463ec0efc08bd08e7c4e969909;hp=841d88b86e1f7e8070edf60c6c390f010f8c33dc;hpb=a5797c9babd17673285b3b15c7572c2d8fe1595c;p=libs%2Fgl.git diff --git a/source/blend.cpp b/source/blend.cpp index 841d88b8..854b2032 100644 --- a/source/blend.cpp +++ b/source/blend.cpp @@ -14,7 +14,7 @@ namespace GL { void blend_equation(BlendEquation eq) { - require_version(1, 2); + static RequireVersion _ver(1, 2); glBlendEquation(eq); }