We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9633c commit 9a21b4cCopy full SHA for 9a21b4c
1 file changed
src/gameobjects/rendertexture/RenderTexture.js
@@ -78,7 +78,7 @@ var RenderTexture = new Class({
78
this.initMatrixStack();
79
80
this.renderer = scene.sys.game.renderer;
81
- this.globalTint = 0xFFFFFFF;
+ this.globalTint = 0xffffff;
82
this.globalAlpha = 1.0;
83
84
if (this.renderer.type === CONST.WEBGL)
0 commit comments