1
0
forked from mirrors/0ad

There is nothing to see here following 9be8a560a9.

This was SVN commit r22535.
This commit is contained in:
elexis
2019-07-23 14:50:09 +00:00
parent 9be8a560a9
commit cbcd1bbde0
@@ -528,7 +528,7 @@ bool JSI_IGUIObject::setProperty(JSContext* cx, JS::HandleObject obj, JS::Handle
else if (vp.isObject())
{
CColor color;
if (!ScriptInterface::FromJSVal(cx, vp, color)
if (!ScriptInterface::FromJSVal(cx, vp, color))
// Exception has been thrown already
return false;
GUI<CColor>::SetSetting(e, propName, color);