mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 23:09:32 -05:00
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:
@@ -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);
|
||||
|
||||
+1
-1
Submodule ext/sgct updated: 7f56f724c1...278d45d9df
Reference in New Issue
Block a user