mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Slightly reduced the CPU usage of SpriteBatch:add, Text:add, and love.graphics.draw(ParticleSystem).
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void addv(const Vertex *v, const Matrix4 &m, int index);
|
||||
void addv(const Vertex *v, const Matrix3 &m, int index);
|
||||
|
||||
/**
|
||||
* Set the color for vertices.
|
||||
|
||||
Reference in New Issue
Block a user