mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 04:05:32 +00:00
cca7627d88
SM45 will enforce property attributes described at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/Property_attributes. We thus cannot hotload properties with the DontDelete attribute. Fix an oversight in the hotloading code. Rename a confusing parameter. Reviewed By: wraitii Differential Revision: https://code.wildfiregames.com/D1844 This was SVN commit r22516.