ameuleman 8 years ago
parent
commit
f0a3a91053
1 changed files with 1 additions and 0 deletions
  1. 1 0
      inspector/src/tabs/TextureTab.ts

+ 1 - 0
inspector/src/tabs/TextureTab.ts

@@ -120,6 +120,7 @@ module INSPECTOR {
                 screenShotTexture.render();
                 screenShotTexture.dispose();
             }else if(texture instanceof BABYLON.CubeTexture){
+                // Display all textures of the CubeTexture
                 let i: number = 0;
                 for(let filename of (texture as BABYLON.CubeTexture)['_files']){
                     imgs[i].src = filename;