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

beta.r3js.org
-=yb4f310 2018-02-18 17:42:00 +01:00
parent 28af38e80c
commit 349039de49
1 changed files with 2 additions and 2 deletions

View File

@ -582,7 +582,7 @@ GameLib.CustomCode.prototype.getBlockGridPositions = function (block) {
return positions;
}.bind(this);
GameLib.CustomCode.prototype.drawGrid = function () {
var geometry = new THREE.BufferGeometry();
@ -1320,7 +1320,7 @@ GameLib.CustomCode.prototype.getNextBlock = function () {
this.animationSystem.start();
this.animation.addMesh(this.block.center);
this.animation.meshes.push(this.block.center);
}.bind(this);