mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-12 06:30:09 -06:00
General pass for code cleanup
This commit is contained in:
@@ -580,7 +580,7 @@ void ScriptEngine::decode(SyncBuffer* syncBuffer) {
|
||||
size_t nScripts;
|
||||
syncBuffer->decode(nScripts);
|
||||
|
||||
for (size_t i = 0; i < nScripts; ++i) {
|
||||
for (size_t i = 0; i < nScripts; i++) {
|
||||
std::string script;
|
||||
syncBuffer->decode(script);
|
||||
_clientScriptQueue.push(std::move(script));
|
||||
|
||||
Reference in New Issue
Block a user