Some idiot put a != where there should be a ==.

This commit is contained in:
vrld
2012-03-05 22:14:00 +01:00
parent febd7757fc
commit 1dd40b690b
+1 -1
View File
@@ -205,7 +205,7 @@ namespace opengl
delete[] buffer_copy;
buffer_copy = 0;
return (GL_NO_ERROR != err);
return (GL_NO_ERROR == err);
}
void VBO::unload(bool save)