donutcoffee 5 anni fa
parent
commit
80253e8add
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 );