浏览代码

Whitespace

donutcoffee 5 年之前
父节点
当前提交
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;
 
 	},