mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Y oh Y :)
This commit is contained in:
parent
a0ef6e9d1b
commit
d849031195
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ var Shader = new Class({
|
|||
var program = this.program;
|
||||
|
||||
var x = -this._displayOriginX;
|
||||
var y = -this._displayOriginX;
|
||||
var y = -this._displayOriginY;
|
||||
|
||||
var vm = this.viewMatrix;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue