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