Skip to content

Commit

Permalink
Merge pull request #7369 from AnalyticalGraphicsInc/fix-post-process
Browse files Browse the repository at this point in the history
Fix Post-processing example.
  • Loading branch information
mramato authored Dec 3, 2018
2 parents 34f3c05 + f4c7ff6 commit e117190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Scene/PostProcessStageTextureCache.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ define([
} else {
for (j = 1; j < length; ++j) {
name = getLastStageName(composite.get(j));
if (!defined(dependencies[name])) {
dependencies[name] = {};
}
dependencies[name][originalDependency] = true;
}
}
Expand Down

0 comments on commit e117190

Please sign in to comment.