mirror of
https://github.com/wassname/phaser.git
synced 2026-07-08 00:10:32 +08:00
Fixed typo 'indetityMatrix' in RenderTexture
This commit is contained in:
committed by
Cameron Foale
parent
c5fc5e3394
commit
4f969901da
@@ -9,7 +9,7 @@ Phaser.RenderTexture = function (game, key, width, height) {
|
||||
this.width = width || 100;
|
||||
this.height = height || 100;
|
||||
|
||||
this.indetityMatrix = PIXI.mat3.create();
|
||||
this.identityMatrix = PIXI.mat3.create();
|
||||
|
||||
this.frame = new PIXI.Rectangle(0, 0, this.width, this.height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user