Browse Source

Update LOD.js

donutcoffee 5 years ago
parent
commit
80253e8add
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/objects/LOD.js

+ 1 - 1
src/objects/LOD.js

@@ -33,7 +33,7 @@ LOD.prototype = Object.assign( Object.create( Object3D.prototype ), {
 	constructor: LOD,
 
 	isLOD: true,
-	
+
 	copy: function ( source ) {
 
 		Object3D.prototype.copy.call( this, source, false );