Skip to content

Commit 9a21b4c

Browse files
committed
Fixed issue with render texture tint
1 parent 0a9633c commit 9a21b4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/rendertexture/RenderTexture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var RenderTexture = new Class({
7878
this.initMatrixStack();
7979

8080
this.renderer = scene.sys.game.renderer;
81-
this.globalTint = 0xFFFFFFF;
81+
this.globalTint = 0xffffff;
8282
this.globalAlpha = 1.0;
8383

8484
if (this.renderer.type === CONST.WEBGL)

0 commit comments

Comments
 (0)