1
0
forked from 0ad/0ad

Increase simulation script runtime size again. Refs #1436, #1966 and #2035.

This was SVN commit r13794.
This commit is contained in:
leper 2013-09-01 23:29:21 +00:00
parent 6070cd01fa
commit 53a5781c66

View File

@ -54,7 +54,7 @@ public:
CComponentManager::CComponentManager(CSimContext& context, bool skipScriptFunctions) :
m_NextScriptComponentTypeId(CID__LastNative),
m_ScriptInterface("Engine", "Simulation", ScriptInterface::CreateRuntime(32*MiB)),
m_ScriptInterface("Engine", "Simulation", ScriptInterface::CreateRuntime(128*MiB)),
m_SimContext(context), m_CurrentlyHotloading(false)
{
context.SetComponentManager(this);