Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Apr 25, 2022
1 parent 48d363e commit 46ed67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Scene/ModelOutlineLoader.js
Expand Up @@ -307,8 +307,8 @@ function addOutline(
// Hackily update it, or else we'll end up creating the wrong type
// of index buffer later.
loadResources.indexBuffersToCreate._array.forEach(function (toCreate) {
if (!defined(toCreate)) {
return;
if (!defined(toCreate)) {
return;
}
if (toCreate.id === triangleIndexAccessorGltf.bufferView) {
toCreate.componentType = triangleIndexAccessorGltf.componentType;
Expand Down

0 comments on commit 46ed67c

Please sign in to comment.