mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Default rotation as well
This commit is contained in:
parent
2d65ff169e
commit
d92195a8b8
1 changed files with 1 additions and 1 deletions
|
@ -2350,7 +2350,7 @@ var WebGLRenderer = new Class({
|
|||
camera.x, camera.y,
|
||||
camera.width, camera.height,
|
||||
1, 1,
|
||||
camera.rotation,
|
||||
0,
|
||||
camera.flipX, !camera.flipY,
|
||||
1, 1,
|
||||
0, 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue