mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-12 14:40:00 -06:00
Rename 'slave' to 'client' in the remaining code
This commit is contained in:
@@ -48,7 +48,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