mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fixed double-transform spritebatch bug.
This commit is contained in:
@@ -101,7 +101,7 @@ namespace opengl
|
||||
|
||||
private:
|
||||
|
||||
void addv(const Matrix & t, const vertex * v);
|
||||
void addv(const vertex * v);
|
||||
|
||||
}; // SpriteBatch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user