mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-12 22:50:13 -06:00
@@ -59,7 +59,7 @@ void SyncEngine::decodeSyncables(std::vector<std::byte> data) {
|
||||
}
|
||||
|
||||
void SyncEngine::preSynchronization(IsMaster isMaster) {
|
||||
ZoneScoped
|
||||
ZoneScoped;
|
||||
|
||||
for (Syncable* syncable : _syncables) {
|
||||
syncable->preSync(isMaster);
|
||||
@@ -67,7 +67,7 @@ void SyncEngine::preSynchronization(IsMaster isMaster) {
|
||||
}
|
||||
|
||||
void SyncEngine::postSynchronization(IsMaster isMaster) {
|
||||
ZoneScoped
|
||||
ZoneScoped;
|
||||
|
||||
for (Syncable* syncable : _syncables) {
|
||||
syncable->postSync(isMaster);
|
||||
|
||||
Reference in New Issue
Block a user