Ver código fonte

Merge pull request #5470 from sebavan/master

Trailing Whitespace
sebavan 6 anos atrás
pai
commit
a05174801c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Layer/babylon.layer.ts

+ 1 - 1
src/Layer/babylon.layer.ts

@@ -54,7 +54,7 @@ module BABYLON {
         public renderTargetTextures: RenderTargetTexture[] = [];
 
         /**
-         * Define if the layer is only used in renderTarget or if it also 
+         * Define if the layer is only used in renderTarget or if it also
          * renders in the main frame buffer of the canvas.
          */
         public renderOnlyInRenderTargetTextures = false;