Skip to content

Commit 4f96990

Browse files
cocoademonCameron Foale
authored andcommitted
Fixed typo 'indetityMatrix' in RenderTexture
1 parent c5fc5e3 commit 4f96990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/RenderTexture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Phaser.RenderTexture = function (game, key, width, height) {
99
this.width = width || 100;
1010
this.height = height || 100;
1111

12-
this.indetityMatrix = PIXI.mat3.create();
12+
this.identityMatrix = PIXI.mat3.create();
1313

1414
this.frame = new PIXI.Rectangle(0, 0, this.width, this.height);
1515

0 commit comments

Comments
 (0)