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

beta.r3js.org
-=yb4f310 2018-03-12 21:03:30 +01:00
parent ad7b2dabb3
commit 9b32ffd990
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ GameLib.CustomCode.prototype.createGameMesh = function(image) {
* Create our objects
*/
this.meshEnd = this.createGameMesh(this.imageEnd);
this.meshEnd.useQuaternion = false;
this.meshEnd.rotation.z = Math.PI;
this.meshEnd.updateInstance('rotation');