diff --git a/2xswm1bwq8.js b/2xswm1bwq8.js index a517b04..c3e5962 100644 --- a/2xswm1bwq8.js +++ b/2xswm1bwq8.js @@ -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)