Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 4 bytes modified

beta.r3js.org
-=yb4f310 2018-03-22 18:41:55 +01:00
parent 09c5e197d8
commit 84ae2696b6
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
this.explode(body.position);
break;
case GameLib.CustomCode.OBJECT_TYPE_FOOD :
this.extend(gameObject, body.position, body.orientation);
this.extend(gameObject, backup.position, backup.orientation);
break;
case GameLib.CustomCode.OBJECT_TYPE_POWERUP:
this.powerup(gameObject);