Skip to content

Commit 165f0e1

Browse files
committed
fix(potree2): incorrect node info
1 parent 4fa9b47 commit 165f0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/Main/src/Core/Potree2Node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Record<string, Potree2NodeHierarchy> {
105105
continue;
106106
}
107107

108-
const { depth, x, y, z } = getChildVoxelKey(nodeInfo, childIndex);
108+
const { depth, x, y, z } = getChildVoxelKey(cNodeInfo, childIndex);
109109
stack.push({
110110
depth,
111111
x,

0 commit comments

Comments
 (0)