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

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

View File

@ -18,8 +18,8 @@ if (!this.initialized) {
this.size = GameLib.Utils.GetWindowSize();
this.x = size.width / 2;
this.y = size.height / 2;
this.x = this.size.width / 2;
this.y = this.size.height / 2;
this.initialized = true;
}