Explorar o código

Update renderTargetTexture.ts

Trevor Baron %!s(int64=6) %!d(string=hai) anos
pai
achega
363c3e063c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/Materials/Textures/renderTargetTexture.ts

+ 2 - 2
src/Materials/Textures/renderTargetTexture.ts

@@ -584,7 +584,7 @@ export class RenderTargetTexture extends Texture {
      */
     public render(useCameraPostProcess: boolean = false, dumpForDebug: boolean = false): void {
         var scene = this.getScene();
-        
+
         if (!scene) {
             return;
         }
@@ -1018,4 +1018,4 @@ export class RenderTargetTexture extends Texture {
 
 Texture._CreateRenderTargetTexture = (name: string, renderTargetSize: number, scene: Scene, generateMipMaps: boolean) => {
     return new RenderTargetTexture(name, renderTargetSize, scene, generateMipMaps);
-};
+};