mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 09:53:47 +00:00
Fixed annoying crash when SpiderMonkey's GC ran.
Minor tooltip updates. This was SVN commit r1542.
This commit is contained in:
@@ -83,11 +83,6 @@ ScriptingHost::~ScriptingHost()
|
||||
JS_ShutDown();
|
||||
}
|
||||
|
||||
JSContext* ScriptingHost::getContext()
|
||||
{
|
||||
return( m_Context );
|
||||
}
|
||||
|
||||
void ScriptingHost::LoadScriptFromDisk(const std::string & fileName)
|
||||
{
|
||||
const char* fn = fileName.c_str();
|
||||
|
||||
Reference in New Issue
Block a user