Cherrypick remaining changes from the feature/catch2 branch sans the big switch to SGCT 3.0

This commit is contained in:
Alexander Bock
2020-02-11 00:21:42 +01:00
parent 9cb1169d58
commit c8799dcc80
25 changed files with 92 additions and 63 deletions

View File

@@ -53,7 +53,9 @@ ScriptEngine::ScriptEngine()
{ "scriptingTemplate","${WEB}/documentation/scripting.hbs" },
}
)
{}
{
tracy::LuaRegister(_state);
}
void ScriptEngine::initialize() {
ZoneScoped