mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Reduced the number of explicit retain/release method calls on love objects. Less chance of bugs!
This commit is contained in:
@@ -126,7 +126,7 @@ private:
|
||||
*/
|
||||
void setColorv(Vertex *v, const Color &color);
|
||||
|
||||
Texture *texture;
|
||||
Object::StrongRef<Texture> texture;
|
||||
|
||||
// Max number of sprites in the batch.
|
||||
int size;
|
||||
|
||||
Reference in New Issue
Block a user