|
@@ -203,7 +203,7 @@ var BABYLON = BABYLON || {};
|
|
|
this._postProcessesTakenIndices.push(insertAt);
|
|
|
}
|
|
|
|
|
|
- result = insertAt + add;
|
|
|
+ var result = insertAt + add;
|
|
|
|
|
|
this._postProcesses[result] = postProcess;
|
|
|
|
|
@@ -325,4 +325,4 @@ var BABYLON = BABYLON || {};
|
|
|
this._postProcesses[this._postProcessesTakenIndices[i]].dispose(this);
|
|
|
}
|
|
|
};
|
|
|
-})();
|
|
|
+})();
|