Lewy Blue 5 tahun lalu
induk
melakukan
e47637d58f
1 mengubah file dengan 3 tambahan dan 4 penghapusan
  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() {