We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4694098 commit c393769Copy full SHA for c393769
packages/fragments/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@thatopen/fragments",
3
"description": "Simple geometric system built on top of Three.js to display 3D BIM data efficiently.",
4
- "version": "2.3.0-alpha.8",
+ "version": "2.3.0-alpha.9",
5
"author": "That Open Company",
6
"contributors": [
7
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
packages/fragments/src/fragment-utils.ts
@@ -46,7 +46,7 @@ export class FragmentUtils {
46
for (const map of maps) {
47
mapsCount++;
48
for (const fragID in map) {
49
- if (visitedIDs.has(fragID)) {
+ if (!visitedIDs.has(fragID)) {
50
visitedIDs.set(fragID, {
51
count: 0,
52
ids: new Map(),
0 commit comments