Skip to content

Commit

Permalink
correct setspatdivs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpt committed Sep 23, 2024
1 parent 988e9d2 commit 00a8fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marching.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function beforeRender(renderer, scene, camera) {
cn++;
}

check([X.funtype, X.spatdiv, X.npart, X.ntexsize, X.sphereYin], 'spatdivs setfun spatinit fillinit');
check([X.funtype, X.spatdiv, X.npart, X.ntexsize, X.sphereYin], 'setspatdivs setfun spatinit fillinit');
check(!!X.bedtexture, 'fillinit');
check([X.marchtexture, X.medialColorStyle, X.transparent], 'marchmatgen');
check(X.trackStyle, 'fillinit marchinit');
Expand Down

0 comments on commit 00a8fab

Please sign in to comment.