]> git.tdb.fi Git - libs/gl.git/blobdiff - source/extension.cpp
Add a less-than operator to Version
[libs/gl.git] / source / extension.cpp
index 78fc7e1c3c767caf5c7ac10693ca3ebc0e947aab..fda183d22f374ea309851019fbcc4f271d8d430a 100644 (file)
@@ -105,7 +105,7 @@ bool is_supported(const string &ext)
 
                                /* AMD's uniform buffer objects only work with the core version of
                                shaders. */
-                               if(!(get_gl_version()>=Version(2, 0)))
+                               if(get_gl_version()<Version(2, 0))
                                        extensions.erase("GL_ARB_uniform_buffer_object");
                        }
                }