summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/collision_box_buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/geometry/collision_box_buffer.hpp')
-rw-r--r--src/mbgl/geometry/collision_box_buffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/geometry/collision_box_buffer.hpp b/src/mbgl/geometry/collision_box_buffer.hpp
index b2756dd97a..3e4cdb99d2 100644
--- a/src/mbgl/geometry/collision_box_buffer.hpp
+++ b/src/mbgl/geometry/collision_box_buffer.hpp
@@ -7,7 +7,7 @@ namespace mbgl {
class CollisionBoxVertexBuffer : public Buffer <
12,
- GL_ARRAY_BUFFER,
+ gl::BufferType::Vertex,
32768
> {
public: