Popov72 преди 4 години
родител
ревизия
1e9da08f51
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/Misc/environmentTextureTools.ts

+ 0 - 1
src/Misc/environmentTextureTools.ts

@@ -373,7 +373,6 @@ export class EnvironmentTextureTools {
 
                     rgbdPostProcess!.getEffect().executeWhenCompiled(() => {
                         // Uncompress the data to a RTT
-                        console.log(image instanceof ImageBitmap);
                         rgbdPostProcess!.onApply = (effect) => {
                             effect._bindTexture("textureSampler", tempTexture);
                             effect.setFloat2("scale", 1, engine._features.needsInvertingBitmap && (image instanceof ImageBitmap) ? -1 : 1);