Add comment for prev commit.

This commit is contained in:
hispidence 2021-08-27 14:32:00 +01:00
parent 824a65e603
commit f7cff1076e

View file

@ -73,6 +73,7 @@ GameScriptColor::operator Vector4() const
return Vector4{ float(r), float(g), float(b), float(a) };
}
// D3DCOLOR is 32 bits and is layed out as RGBA.
GameScriptColor::operator D3DCOLOR() const
{
D3DCOLOR col = a;