mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
Add comment for prev commit.
This commit is contained in:
parent
f3b9b18ede
commit
50410f354a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue