Ver Fonte

formatting

Lewy Blue há 5 anos atrás
pai
commit
e47637d58f
1 ficheiros alterados com 3 adições e 4 exclusões
  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() {