mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fix SpriteBatch.
Broken in my last commit (6e0f6a4).
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void addv(const vertex *v, int index, int sprite_size = 4);
|
||||
void addv(const vertex *v, int index);
|
||||
|
||||
/**
|
||||
* Set the color for vertices.
|
||||
|
||||
Reference in New Issue
Block a user