Update: CC - Touch Move (c55930et90.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2017-11-18 14:17:44 +01:00
parent 447980cccd
commit e3ac0e601a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (!this.initialized) {
this.initialized = true;
}
var sensitivity = 0.5;
var sensitivity = 1;
this.x -= Math.round(touch.left * sensitivity);
this.x += Math.round(touch.right * sensitivity);