X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fextension.cpp;h=bc43ae8bbbee902533c24a8c05b071aed1eb2b41;hb=afd625b06702e7a25e0730601f03955832b64e65;hp=c846c59d72398dc0c1cbdbf59d03859871cc3ca2;hpb=ccd59643144950604f95339683bac0ca4e8366d1;p=libs%2Fgl.git diff --git a/source/extension.cpp b/source/extension.cpp index c846c59d..bc43ae8b 100644 --- a/source/extension.cpp +++ b/source/extension.cpp @@ -39,7 +39,7 @@ bool is_supported(const string &ext) } /* XXX Conceptually a bit weird place for this, but I couldn't really come up - with anything better that would still be transparent. */ + with anything better that would still be transparent. */ if(extensions.count("GL_ARB_shader_objects")) init_arb_shader_objects(); if(extensions.count("GL_ARB_vertex_shader"))