Explorar o código

Three.Legacy: Removed unnecessary semicolon

Mugen87 %!s(int64=7) %!d(string=hai) anos
pai
achega
1bfa52763c
Modificáronse 1 ficheiros con 1 adicións e 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.' );
 
-	},
+	}
 
 } );