mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 01:27:37 +02:00
remove an extra gs
This commit is contained in:
parent
dbecb96a58
commit
d6431a3e7a
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ void DomainServer::addStaticAssignmentsBackToQueueAfterRestart() {
|
||||||
|
|
||||||
qDebug() << "Adding static assignment to queue -" << _staticAssignments[i];
|
qDebug() << "Adding static assignment to queue -" << _staticAssignments[i];
|
||||||
|
|
||||||
_assignmentQueue.push_back(&_staticAssignments[i]);gs
|
_assignmentQueue.push_back(&_staticAssignments[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue