|
@@ -165,7 +165,7 @@ var BABYLON = BABYLON || {};
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- if (!insertAt || insertAt < 0) {
|
|
|
|
|
|
+ if (insertAt == null || insertAt < 0) {
|
|
this._postProcesses.push(postProcess);
|
|
this._postProcesses.push(postProcess);
|
|
this._postProcessesTakenIndices.push(this._postProcesses.length - 1);
|
|
this._postProcessesTakenIndices.push(this._postProcesses.length - 1);
|
|
|
|
|