mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-27 22:49:39 -06:00
Code cleanup
This commit is contained in:
@@ -87,7 +87,7 @@ void SyncEngine::removeSyncable(Syncable* syncable) {
|
||||
}
|
||||
|
||||
void SyncEngine::removeSyncables(const std::vector<Syncable*>& syncables) {
|
||||
for (const auto& syncable : syncables) {
|
||||
for (Syncable* syncable : syncables) {
|
||||
removeSyncable(syncable);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user