mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 04:26:42 +03:00
Associated compile fixes. Some of these are dirty and temporary-ish.
This commit is contained in:
parent
0834bf805f
commit
cd9c3e7544
11 changed files with 104 additions and 39 deletions
|
@ -51,3 +51,7 @@ void GameScriptSkyLayer::SetColor(GameScriptColor const & col)
|
|||
B = col.GetB();
|
||||
}
|
||||
|
||||
//todo can this return an RGBAColor8Byte instead?
|
||||
GameScriptColor GameScriptSkyLayer::GetColor() const {
|
||||
return GameScriptColor{ R, G, B };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue