1
0
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:
Sandu Liviu Catalin 2021-03-15 07:01:41 +02:00
parent c22e37622d
commit aadba58795

View File

@ -34,7 +34,7 @@ struct Color4
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};