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

beta.r3js.org
-=yb4f310 2018-03-22 11:51:14 +01:00
parent 4d28c31b40
commit 8f5840747e
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ GameLib.CustomCode.prototype.createGameObject = function(
if (objectType === GameLib.CustomCode.OBJECT_TYPE_FOOD) {
type = GameLib.Utils.GetRandomIntInclusive(0, 5);
switch (foodType) {
switch (type) {
case GameLib.CustomCode.FOOD_BACON :
mesh = this.createGameMesh(this.materialBacon);
break;