mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 19:43:49 +02:00
clear list after loop
This commit is contained in:
parent
863280300e
commit
8b2442ce6e
1 changed files with 1 additions and 1 deletions
|
@ -2094,8 +2094,8 @@ void Model::segregateMeshGroups() {
|
||||||
for(auto& b : _renderBuckets) {
|
for(auto& b : _renderBuckets) {
|
||||||
foreach(auto i, b.second._unsortedMeshes) {
|
foreach(auto i, b.second._unsortedMeshes) {
|
||||||
b.second._meshes.append(i);
|
b.second._meshes.append(i);
|
||||||
b.second._unsortedMeshes.clear();
|
|
||||||
}
|
}
|
||||||
|
b.second._unsortedMeshes.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
_meshGroupsKnown = true;
|
_meshGroupsKnown = true;
|
||||||
|
|
Loading…
Reference in a new issue