Trevor Baron преди 6 години
родител
ревизия
afc0e98885
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/Materials/Textures/renderTargetTexture.ts

+ 0 - 3
src/Materials/Textures/renderTargetTexture.ts

@@ -584,9 +584,6 @@ export class RenderTargetTexture extends Texture {
      */
     public render(useCameraPostProcess: boolean = false, dumpForDebug: boolean = false): void {
         var scene = this.getScene();
-        if(this.name == "outputTextureX"){
-            debugger;
-        }
         
         if (!scene) {
             return;