Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 17:16:11 +01:00
parent 85fb085dd4
commit 269a3f0643
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ GameLib.CustomCode.prototype.adjustSpeed = function(delta) {
this.camera.position.y = this.currentCameraPosition.y;
this.camera.updateInstance('position');
this.camera.fov = this.currentCameraFOV;
this.camera.fov = this.currentCameraFOV.y;
this.camera.updateInstance('fov');