Merge branch 'master' into thesis/2022/software-integration

This commit is contained in:
VLLindqvist
2023-06-11 14:22:23 +02:00
6550 changed files with 144826 additions and 147854 deletions

View File

@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
* Copyright (c) 2014-2022 *
* Copyright (c) 2014-2023 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
@@ -64,7 +64,7 @@ void SyncEngine::decodeSyncables(std::vector<std::byte> data) {
}
void SyncEngine::preSynchronization(IsMaster isMaster) {
ZoneScoped
ZoneScoped;
for (Syncable* syncable : _syncables) {
syncable->preSync(isMaster);
@@ -72,7 +72,7 @@ void SyncEngine::preSynchronization(IsMaster isMaster) {
}
void SyncEngine::postSynchronization(IsMaster isMaster) {
ZoneScoped
ZoneScoped;
for (Syncable* syncable : _syncables) {
syncable->postSync(isMaster);