mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
De-namespaced a class, to make it less verbose.
This commit is contained in:
@@ -178,7 +178,7 @@ private:
|
||||
int range_min;
|
||||
int range_max;
|
||||
|
||||
Object::StrongRef<Texture> texture;
|
||||
StrongRef<Texture> texture;
|
||||
|
||||
// Whether the per-vertex colors are used when drawing.
|
||||
bool colors_enabled;
|
||||
|
||||
Reference in New Issue
Block a user