mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Add comment for prev commit.
This commit is contained in:
parent
824a65e603
commit
f7cff1076e
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