Update: CC - Touch Move (evwkow5289.js) 10 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 12:30:09 +01:00
parent 725b2f55eb
commit abf1a0d748
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ if (!this.initialized) {
GameLib.Event.WINDOW_RESIZE,
function(data) {
this.size = data;
this.x = size.width / 2;
this.y = size.height / 2;
this.x = this.size.width / 2;
this.y = this.size.height / 2;
}.bind(this)
)