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

This commit is contained in:
Victor Lindquist
2022-06-22 16:09:06 -06:00
3307 changed files with 118720 additions and 89325 deletions

View File

@@ -53,7 +53,7 @@ std::vector<std::byte> SyncEngine::encodeSyncables() {
return data;
}
// Should be called on sgct slaves
// Should be called on sgct clients
void SyncEngine::decodeSyncables(std::vector<std::byte> data) {
_syncBuffer.setData(std::move(data));
for (Syncable* syncable : _syncables) {