Rename 'slave' to 'client' in the remaining code

This commit is contained in:
Alexander Bock
2022-04-05 23:10:49 +02:00
parent 83561ca09d
commit 73292ee54c
7 changed files with 22 additions and 22 deletions

View File

@@ -1319,7 +1319,7 @@ int main(int argc, char* argv[]) {
#endif // __APPLE__
// Do not print message if slaves are waiting for the master
// Do not print message if clients are waiting for the master
// Only timeout after 15 minutes
Engine::instance().setSyncParameters(false, 15.f * 60.f);