mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 21:23:18 +02:00
fix indentation
This commit is contained in:
parent
039f7cae13
commit
0f2d9027e1
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ void Avatar::removeAvatarEntitiesFromTree() {
|
|||
_avatarEntitiesLock.withReadLock([&] {
|
||||
avatarEntityIDs = _packedAvatarEntityData.keys();
|
||||
});
|
||||
std::vector<EntityItemID> ids;
|
||||
std::vector<EntityItemID> ids;
|
||||
ids.reserve(avatarEntityIDs.size());
|
||||
foreach (auto id, avatarEntityIDs) {
|
||||
ids.push_back(id);
|
||||
|
|
Loading…
Reference in a new issue