ameuleman 8 лет назад
Родитель
Сommit
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;