mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Merge branch 'master' of https://github.com/photonstorm/phaser
This commit is contained in:
commit
31e3c5896e
1 changed files with 0 additions and 2 deletions
|
@ -134,8 +134,6 @@ var TextureTintPipeline = new Class({
|
||||||
{
|
{
|
||||||
WebGLPipeline.prototype.resize.call(this, width, height, resolution);
|
WebGLPipeline.prototype.resize.call(this, width, height, resolution);
|
||||||
this.projOrtho(0, this.width, this.height, 0, -1000.0, 1000.0);
|
this.projOrtho(0, this.width, this.height, 0, -1000.0, 1000.0);
|
||||||
this.viewScale(resolution, resolution, 1.0);
|
|
||||||
this.modelScale(resolution, resolution, 1.0);
|
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue