mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Cleaned up some index buffer code.
This commit is contained in:
@@ -577,7 +577,7 @@ protected:
|
||||
Vertex *particleVerts;
|
||||
|
||||
// Vertex index buffer.
|
||||
VertexIndex quadIndices;
|
||||
QuadIndices quadIndices;
|
||||
|
||||
// The texture to be drawn.
|
||||
StrongRef<Texture> texture;
|
||||
|
||||
Reference in New Issue
Block a user