Ver código fonte

Trailing Whitespace

sebastien 6 anos atrás
pai
commit
84e3ef8d3d
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;