diff options
Diffstat (limited to 'draw/wall.cpp')
-rw-r--r-- | draw/wall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/wall.cpp b/draw/wall.cpp index 9bcfe9d4..4c25b267 100644 --- a/draw/wall.cpp +++ b/draw/wall.cpp @@ -41,7 +41,7 @@ void wall_mesh::maybe_add_tile(vertex_array& data, texture_array& textures, tile void wall_mesh::draw(tile_shader& shader, chunk& c) { - //_vertex_buffer.setData({nullptr, sizeof(vertex_array)}, Magnum::GL::BufferUsage::DynamicDraw); // orphan the buffer + //_texcoord_buffer.setData({nullptr, sizeof(vertex_array)}, Magnum::GL::BufferUsage::DynamicDraw); // orphan the buffer texture_array textures = {}; { vertex_array data; |