瀏覽代碼

whitespace

Trevor Baron 6 年之前
父節點
當前提交
47af70f3cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.getEffect().executeWhenCompiled(() => {
-                this._rescalePostProcess.onApply = function (effect) {
+                this._rescalePostProcess.onApply = function(effect) {
                     effect._bindTexture("textureSampler", source);
                     effect._bindTexture("textureSampler", source);
                 };
                 };