mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-15 16:31:06 -06:00
Merge branch 'master' into thesis/2022/software-integration
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user