Skip to content

Commit

Permalink
Fix typo (playcanvas#6961)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck authored Sep 16, 2024
1 parent 2350a5f commit d6418c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene/gsplat/gsplat.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class GSplat {
for (let i = 0; i < gsplatData.numSplats; ++i) {
// get coefficients
for (let j = 0; j < 45; ++j) {
c[j] = src[0][i];
c[j] = src[j][i];
}

// calculate maximum absolute value
Expand Down

0 comments on commit d6418c8

Please sign in to comment.