Browse Source

remove debug line

Trevor Baron 6 years ago
parent
commit
afc0e98885
1 changed files with 0 additions and 3 deletions
  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;