mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-12 06:30:09 -06:00
removed call to sendScript from script engine.
Not all scripts should be synchronised
This commit is contained in:
@@ -155,8 +155,6 @@ bool ScriptEngine::runScript(const std::string& script) {
|
||||
return false;
|
||||
}
|
||||
|
||||
OsEng.parallelConnection()->sendScript(script);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user