Browse Source

Three.Legacy: Removed unnecessary semicolon

Mugen87 7 years ago
parent
commit
1bfa52763c
1 changed files with 1 additions and 1 deletions
  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.' );
 
-	},
+	}
 
 } );