mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 02:48:25 -05:00
Updated Ghoul version
Started cleaning up OpenSpace
This commit is contained in:
@@ -156,7 +156,7 @@ bool ScriptEngine::runScript(const std::string& script) {
|
||||
}
|
||||
|
||||
//if we're currently hosting the parallel session, find out if script should be synchronized.
|
||||
if (OsEng.parallelConnection()->isHost()){
|
||||
if (OsEng.parallelConnection().isHost()){
|
||||
|
||||
std::string lib, func;
|
||||
if (parseLibraryAndFunctionNames(lib, func, script) && shouldScriptBeSent(lib, func)){
|
||||
|
||||
Reference in New Issue
Block a user