Explorar el Código

Three.Legacy: Removed unnecessary semicolon

Mugen87 hace 7 años
padre
commit
1bfa52763c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Three.Legacy.js

+ 1 - 1
src/Three.Legacy.js

@@ -1338,7 +1338,7 @@ Object.assign( WebGLRenderer.prototype, {
 
 		console.warn( 'THREE.WebGLRenderer: .setFaceCulling() has been removed.' );
 
-	},
+	}
 
 } );