ameuleman 8 роки тому
батько
коміт
f0a3a91053
1 змінених файлів з 1 додано та 0 видалено
  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;