mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
De-namespaced a class, to make it less verbose.
This commit is contained in:
@@ -124,7 +124,7 @@ private:
|
||||
*/
|
||||
void setColorv(Vertex *v, const Color &color);
|
||||
|
||||
Object::StrongRef<Texture> texture;
|
||||
StrongRef<Texture> texture;
|
||||
|
||||
// Max number of sprites in the batch.
|
||||
int size;
|
||||
|
||||
Reference in New Issue
Block a user