Skip to content

Commit e9afbdd

Browse files
authored
Merge pull request phaserjs#5099 from TroKEMp/master
Fix camera's fadeIn/fadeOut effects
2 parents 625ca20 + 8d217d5 commit e9afbdd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/renderer/webgl/WebGLRenderer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,6 +1923,8 @@ var WebGLRenderer = new Class({
19231923
*/
19241924
postRenderCamera: function (camera)
19251925
{
1926+
this.setPipeline(this.pipelines.TextureTintPipeline);
1927+
19261928
var TextureTintPipeline = this.pipelines.TextureTintPipeline;
19271929

19281930
camera.flashEffect.postRenderWebGL(TextureTintPipeline, Utils.getTintFromFloats);

0 commit comments

Comments
 (0)