mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
fixes #32
This commit is contained in:
parent
2c5bb1bb39
commit
1e748a93cb
5 changed files with 6 additions and 42 deletions
|
|
@ -130,8 +130,6 @@ function (Parent, DomController, PIXI, Settings, NotificationCenter) {
|
|||
};
|
||||
|
||||
PixiView.prototype.setCameraZoom = function (z) {
|
||||
//this.container.position.x = x;
|
||||
//this.container.position.y = y;
|
||||
this.container.scale.x = z;
|
||||
this.container.scale.y = z;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue