浏览代码

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.onApply = function (effect) {
+                this._rescalePostProcess.onApply = function(effect) {
                     effect._bindTexture("textureSampler", source);
                 };