Lewy Blue hace 5 años
padre
commit
e47637d58f
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      examples/webgl_tonemapping.html

+ 3 - 4
examples/webgl_tonemapping.html

@@ -44,12 +44,11 @@
 				ACESFilmic: THREE.ACESFilmicToneMapping
 			};
 
-			init()
-				.catch( function ( err ) {
+			init().catch( function ( err ) {
 
-					console.error( err );
+				console.error( err );
 
-				} );
+			} );
 
 			async function init() {