mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +00:00
Merge pull request #5099 from TroKEMp/master
Fix camera's fadeIn/fadeOut effects
This commit is contained in:
commit
e9afbdd933
1 changed files with 2 additions and 0 deletions
|
@ -1923,6 +1923,8 @@ var WebGLRenderer = new Class({
|
|||
*/
|
||||
postRenderCamera: function (camera)
|
||||
{
|
||||
this.setPipeline(this.pipelines.TextureTintPipeline);
|
||||
|
||||
var TextureTintPipeline = this.pipelines.TextureTintPipeline;
|
||||
|
||||
camera.flashEffect.postRenderWebGL(TextureTintPipeline, Utils.getTintFromFloats);
|
||||
|
|
Loading…
Reference in a new issue