mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Cleaned up some index buffer code.
This commit is contained in:
@@ -127,7 +127,7 @@ private:
|
||||
Color *color;
|
||||
|
||||
GLBuffer *array_buf;
|
||||
VertexIndex quad_indices;
|
||||
QuadIndices quad_indices;
|
||||
|
||||
// The portion of the vertex buffer that's been modified while mapped.
|
||||
size_t buffer_used_offset;
|
||||
|
||||
Reference in New Issue
Block a user