Skip to content

Commit

Permalink
force a command rebuild if the sorter isnt ready
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardspecialist committed Dec 11, 2024
1 parent 6874e72 commit 2ed9de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/engine/Source/Scene/Model/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,7 @@ function updateGaussianSplatting(model, frameState) {
});

if (promise === undefined) {
model.resetDrawCommands();
return;
}

Expand Down

0 comments on commit 2ed9de4

Please sign in to comment.