Browse Source

whitespace

Trevor Baron 6 years ago
parent
commit
47af70f3cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Engine/babylon.engine.ts

+ 1 - 1
src/Engine/babylon.engine.ts

@@ -4421,7 +4421,7 @@ module BABYLON {
             }
 
             this._rescalePostProcess.getEffect().executeWhenCompiled(() => {
-                this._rescalePostProcess.onApply = function (effect) {
+                this._rescalePostProcess.onApply = function(effect) {
                     effect._bindTexture("textureSampler", source);
                 };