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