Ver Fonte

Examples: Clean up (#25545)

linbingquan há 2 anos atrás
pai
commit
82ea56f82e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/webgl_loader_ifc.html

+ 1 - 1
examples/webgl_loader_ifc.html

@@ -94,7 +94,7 @@
 				} );
 
 				//Renderer
-				renderer = new THREE.WebGLRenderer( { antialias: true	} );
+				renderer = new THREE.WebGLRenderer( { antialias: true } );
 				renderer.setSize( window.innerWidth, window.innerHeight );
 				renderer.setPixelRatio( window.devicePixelRatio );
 				document.body.appendChild( renderer.domElement );