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

beta.r3js.org
-=yb4f310 2018-03-22 19:53:18 +01:00
parent 8c6fd43435
commit 35e4802d8c
1 changed files with 3 additions and 1 deletions

View File

@ -887,11 +887,13 @@ GameLib.CustomCode.prototype.powerup = function(gameObject) {
GameLib.CustomCode.prototype.createCorner = function(body, temp) {
var backupOrientation = body.orientation;
body.orientation = temp.orientation;
body.applyToMesh();
body.orientation = backup.orientation;
body.orientation = backupOrientation;
body.backupMesh = body.mesh;