Skip to content

Commit

Permalink
fixed type potree.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CSautier committed Sep 13, 2024
1 parent cff8da8 commit bdbffaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/potree/build/potree/potree.js
Original file line number Diff line number Diff line change
Expand Up @@ -66340,7 +66340,7 @@ void main() {
let urlOctree = `${this.url}/../octree.bin`;

let first = byteOffset;
let last = byteOffset + byteSize - 1n;
let last = byteOffset + byteSize - 1;

let buffer;

Expand Down

0 comments on commit bdbffaa

Please sign in to comment.