Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 13 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 16:01:39 +01:00
parent 9a2122e3b8
commit 793ea95879
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ GameLib.CustomCode.prototype.adjustSpeed = function(delta) {
GameLib.CustomCode.prototype.adjustSnailPosition = function(delta) {
var diff = delta * this.speed;
var diff = delta;
var modified = false;
if (this.movement.left) {