mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Merge branch 'master' of https://github.com/photonstorm/phaser
This commit is contained in:
commit
7341d7a6cf
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ var MatrixStack = {
|
|||
|
||||
currentMatrix[0] = m0 * ct + m2 * st;
|
||||
currentMatrix[1] = m1 * ct + m3 * st;
|
||||
currentMatrix[2] = m2 * -st + m2 * ct;
|
||||
currentMatrix[3] = m3 * -st + m3 * ct;
|
||||
currentMatrix[2] = m0 * -st + m2 * ct;
|
||||
currentMatrix[3] = m1 * -st + m3 * ct;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue