From 2526d934b7bbd2b95e792be48823ba9043896a84 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Tue, 10 Nov 2020 13:34:55 +0000 Subject: [PATCH] Clean up. --- examples/webgl_gpgpu_birds_gltf.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/webgl_gpgpu_birds_gltf.html b/examples/webgl_gpgpu_birds_gltf.html index 4bc1cc815426fb..433910fc311a67 100644 --- a/examples/webgl_gpgpu_birds_gltf.html +++ b/examples/webgl_gpgpu_birds_gltf.html @@ -422,7 +422,7 @@ gui.add( effectController, "count", 0, BIRDS, 1 ).onChange( valuesChanger ); gui.close(); - initBirds(effectController); + initBirds( effectController ); } @@ -483,7 +483,7 @@ } - function initBirds(effectController) { + function initBirds( effectController ) { const geometry = BirdGeometry;