فهرست منبع

remove debug line

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;