donutcoffee 6 лет назад
Родитель
Сommit
0eb89ec6cd
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/objects/LOD.js

+ 2 - 2
src/objects/LOD.js

@@ -81,9 +81,9 @@ LOD.prototype = Object.assign( Object.create( Object3D.prototype ), {
 
 	},
 
-        getCurrentLevel: function () {
+	getCurrentLevel: function () {
 
-                 return this._currentLevel;
+		return this._currentLevel;
 
 	},
 

粤ICP备19079148号