Advertisement
historic_bruno

Untitled

Jul 25th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.66 KB | None | 0 0
  1. Index: simulation2/system/ComponentManager.cpp
  2. ===================================================================
  3. --- simulation2/system/ComponentManager.cpp (revision 13596)
  4. +++ simulation2/system/ComponentManager.cpp (working copy)
  5. @@ -54,7 +54,7 @@
  6.  
  7.  CComponentManager::CComponentManager(CSimContext& context, bool skipScriptFunctions) :
  8.     m_NextScriptComponentTypeId(CID__LastNative),
  9. -   m_ScriptInterface("Engine", "Simulation", ScriptInterface::CreateRuntime()),
  10. +   m_ScriptInterface("Engine", "Simulation", ScriptInterface::CreateRuntime(32 * 1024 * 1024)),
  11.     m_SimContext(context), m_CurrentlyHotloading(false)
  12.  {
  13.     context.SetComponentManager(this);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement