Rename internal C++ Color struct to Color32 to help differentiate it from Colorf.

This commit is contained in:
Alex Szpakowski
2019-09-14 23:13:40 -03:00
parent e824a1e26b
commit 9ab2a94037
17 changed files with 65 additions and 65 deletions
+1 -1
View File
@@ -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;