Browse Source

remvove todo as shadow generators are contained in lights

Trevor Baron 7 năm trước cách đây
mục cha
commit
623501d1d9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/babylon.assetContainer.ts

+ 0 - 1
src/babylon.assetContainer.ts

@@ -109,7 +109,6 @@ module BABYLON {
             this.actionManagers.forEach((o)=>{
                 this.scene.removeActionManager(o);
             });
-            // TODO, do shadow generators need to be removed somehow?
             this.sounds.forEach((o)=>{
                 o.stop();
                 o.autoplay = false;