Disabled callback for now

This commit is contained in:
Sachith Hasaranga Seneviratne 2014-11-09 18:33:11 +05:30
parent d9b73907fe
commit ebade1f3aa

View File

@ -62,7 +62,7 @@ ScriptEngine::ScriptEngine()
}
// The script compiler will write any compiler messages to the callback.
m_engine->SetMessageCallback(asFUNCTION(MessageCallback), 0, asCALL_CDECL);
//m_engine->SetMessageCallback(asFUNCTION(MessageCallback), 0, asCALL_CDECL);
// Configure the script engine with all the functions,
// and variables that the script should be able to use.