Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 10, 2020
1 parent 828b828 commit 2526d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/webgl_gpgpu_birds_gltf.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
gui.add( effectController, "count", 0, BIRDS, 1 ).onChange( valuesChanger );
gui.close();

initBirds(effectController);
initBirds( effectController );

}

Expand Down Expand Up @@ -483,7 +483,7 @@

}

function initBirds(effectController) {
function initBirds( effectController ) {

const geometry = BirdGeometry;

Expand Down

0 comments on commit 2526d93

Please sign in to comment.