Browse Source

Merge pull request #2330 from Borchmann/master

Fixes https://github.com/BabylonJS/Babylon.js/issues/2301 (there was …
David Catuhe 8 năm trước cách đây
mục cha
commit
3715f176eb
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      inspector/src/tabs/StatsTab.ts

+ 0 - 7
inspector/src/tabs/StatsTab.ts

@@ -68,13 +68,6 @@ module INSPECTOR {
                     updateFct:() => { return this._scene.lights.length.toString()}
                 });
 
-                elemLabel = this._createStatLabel("Total lights", this._panel);
-                elemValue = Helpers.CreateDiv('stat-value', this._panel);
-                this._updatableProperties.push({ 
-                    elem:elemValue, 
-                    updateFct:() => { return this._scene.lights.length.toString()}
-                });
-
                 elemLabel = this._createStatLabel("Total vertices", this._panel);
                 elemValue = Helpers.CreateDiv('stat-value', this._panel);
                 this._updatableProperties.push({