mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
Fix 8b08f4ae7a - CGUIColor setting
Reported by: langbart Fixes #6173 Differential Revision: https://code.wildfiregames.com/D3937 This was SVN commit r25401.
This commit is contained in:
@@ -79,6 +79,7 @@ bool CGUISimpleSetting<CGUIColor>::DoFromJSVal(const ScriptRequest& rq, JS::Hand
|
||||
LOGERROR("Invalid color '%s'", name.c_str());
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
return ScriptInterface::FromJSVal<CColor>(rq, value, m_Setting);
|
||||
|
||||
Reference in New Issue
Block a user