Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck committed Nov 20, 2024
1 parent 5409f3c commit bd314ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/framework/parsers/ply.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ const readCompressedPly = async (streamBuf, elements, littleEndian) => {

while (cursor < length) {
while (streamBuf.remaining === 0) {
/* eslint-disable no-await-in-loop */
await streamBuf.read();
}

Expand Down
1 change: 0 additions & 1 deletion src/scene/gsplat/gsplat-compressed-data.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { FloatPacking } from '../../core/math/float-packing.js';
import { Quat } from '../../core/math/quat.js';
import { Vec3 } from '../../core/math/vec3.js';
import { Vec4 } from '../../core/math/vec4.js';
Expand Down

0 comments on commit bd314ae

Please sign in to comment.