mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Rename internal C++ Color struct to Color32 to help differentiate it from Colorf.
This commit is contained in:
@@ -133,7 +133,7 @@ private:
|
||||
|
||||
// Current color. This color, if present, will be applied to the next
|
||||
// added sprite.
|
||||
Color color;
|
||||
Color32 color;
|
||||
bool color_active;
|
||||
|
||||
vertex::CommonFormat vertex_format;
|
||||
|
||||
Reference in New Issue
Block a user