Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 32 bytes modified

beta.r3js.org
-=yb4f310 2018-02-18 13:13:09 +01:00
parent c5d13e4e8d
commit fad4f691a5
1 changed files with 1 additions and 3 deletions

View File

@ -1324,8 +1324,6 @@ GameLib.CustomCode.prototype.getNextBlock = function () {
this.block = this.spawnBigBlock();
this.block = this.block;
GameLib.Event.Emit(
GameLib.Event.COMPONENT_REGISTER,
{
@ -1465,7 +1463,7 @@ GameLib.CustomCode.prototype.stopBlock = function() {
function (mesh) {
mesh.setParentMesh(null);
//mesh.position.z = 0.1;
mesh.position.z = 2.5;
mesh.updateInstancePosition();
}.bind(this)