summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/vao.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/geometry/vao.hpp')
-rw-r--r--src/mbgl/geometry/vao.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/geometry/vao.hpp b/src/mbgl/geometry/vao.hpp
index e35fcc9bf8..e512a3e480 100644
--- a/src/mbgl/geometry/vao.hpp
+++ b/src/mbgl/geometry/vao.hpp
@@ -11,7 +11,7 @@ namespace mbgl {
class VertexArrayObject : public util::noncopyable {
public:
- static void Bind(GLuint array);
+ static void Unbind();
static void Delete(GLsizei n, const GLuint* arrays);
VertexArrayObject();