mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Consolidated some duplicate code in SpriteBatch:add.
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void addv(const Vertex *v, int index);
|
||||
void addv(const Vertex *v, const Matrix &m, int index);
|
||||
|
||||
/**
|
||||
* Set the color for vertices.
|
||||
|
||||
Reference in New Issue
Block a user