donutcoffee пре 5 година
родитељ
комит
80253e8add
1 измењених фајлова са 1 додато и 1 уклоњено
  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 );