From aadba58795d0353b40f7c9b182129ab201bd116d Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Mon, 15 Mar 2021 07:01:41 +0200 Subject: [PATCH] Update Color4.hpp --- module/Base/Color4.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Base/Color4.hpp b/module/Base/Color4.hpp index d8fa6169..6161eb74 100644 --- a/module/Base/Color4.hpp +++ b/module/Base/Color4.hpp @@ -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};