GPUDrawList: Fix gl error with drawing without the correct VAO bound

This commit is contained in:
2020-08-13 02:29:09 +02:00
parent 985070b1ce
commit f349ea5508
2 changed files with 2 additions and 2 deletions

View File

@@ -96,8 +96,6 @@ class GLBatch : public Batch {
~GLBatch();
void draw(int v_first, int v_count, int i_first, int i_count) override;
private:
void bind(int i_first);
MEM_CXX_CLASS_ALLOC_FUNCS("GLBatch");