forked from mirrors/0ad
There is nothing to see here following 9be8a560a9.
This was SVN commit r22535.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user