Update sgct repository

Make use of new sync parametrization to disable messages and set waitout time to 15 minutes (closes #488)
This commit is contained in:
Alexander Bock
2018-02-06 10:10:42 -05:00
parent ccce1bcacb
commit f7a3fa9ebf
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -622,6 +622,10 @@ int main_main(int argc, char** argv) {
bool initSuccess = SgctEngine->init(versionMapping[glVersion]);
// Do not print message if slaves are waiting for the master
// Only timeout after 15 minutes
SgctEngine->setSyncParameters(false, 15.f * 60.f);
if (!initSuccess) {
LFATAL("Initializing failed");
cleanup(IsInitialized::No);