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

beta.r3js.org
-=yb4f310 2018-03-12 20:56:09 +01:00
parent 0473fa8d87
commit 0f4d6be12d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ GameLib.CustomCode.SnakeBody = function(
switch (this.bodyType) {
case GameLib.CustomCode.BODY_TYPE_HEAD :
mesh = this.meshEnd;
mesh = this.meshEnd.clone();
break;
case GameLib.CustomCode.BODY_TYPE_TAIL :
mesh = this.meshEnd.clone();