mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update Color4.hpp
This commit is contained in:
parent
c22e37622d
commit
aadba58795
@ -34,7 +34,7 @@ struct Color4
|
|||||||
static bool UpperCaseHex;
|
static bool UpperCaseHex;
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
* The red, green and blue components of this type.
|
* The red, green, blue and alpha components of this type.
|
||||||
*/
|
*/
|
||||||
Value r{0}, g{0}, b{0}, a{0};
|
Value r{0}, g{0}, b{0}, a{0};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user