mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Simplify quad drawing code, and use glDrawElementsBaseVertex when available.
This commit is contained in:
@@ -89,7 +89,6 @@ private:
|
||||
vertex::Buffers vertexBuffers;
|
||||
|
||||
Buffer *vbo;
|
||||
QuadIndices quadIndices;
|
||||
|
||||
std::vector<Font::DrawCommand> draw_commands;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user