Skip to content

Commit

Permalink
Put back other changes from earlier PR
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek committed Jan 18, 2025
1 parent dcd91b6 commit 0d5e383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webgl/loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ function loading(p5, fn){
if (flipV) {
model.flipV();
}
model._makeTriangleEdges();

if (successCallback) {
return successCallback(model);
Expand All @@ -464,6 +465,7 @@ function loading(p5, fn){
if (flipV) {
model.flipV();
}
model._makeTriangleEdges();

if (successCallback) {
return successCallback(model);
Expand Down

0 comments on commit 0d5e383

Please sign in to comment.