repo: janusweb action: commit revision: path_from: revision_from: da7cb4fe1b3ebdb322af5dccac666ef380b90209: path_to: revision_to:
commit da7cb4fe1b3ebdb322af5dccac666ef380b90209 Author: James BaicoianuDate: Fri Jun 23 01:44:37 2017 -0700 Fix for interpolation error diff --git a/scripts/janusghost.js b/scripts/janusghost.js
--- a/scripts/janusghost.js
+++ b/scripts/janusghost.js
@@ -318,7 +318,6 @@ elation.require(['janusweb.janusbase', 'engine.things.leapmotion'], function() {
if (movedata.vel) {
this.properties.velocity.fromArray(parser.getVectorValue(movedata.vel));
this.properties.position.fromArray(pos);
- this.interpolateNextPos.copy(this.properties.position);
} else {
if (this.interpolateLastPos) {
var rate = this.janusweb.network.getUpdateRate(this.room);
-----END OF PAGE-----