repo: janusweb action: commit revision: path_from: revision_from: 9bc6981ce626ec94f1d26df127e4928d7b652fce: path_to: revision_to:
commit 9bc6981ce626ec94f1d26df127e4928d7b652fce Author: James BaicoianuDate: Wed Sep 19 01:53:34 2018 -0700 Removed unused changes variable diff --git a/scripts/janusbase.js b/scripts/janusbase.js
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -501,7 +501,6 @@ console.log('got collider', collider, collision_id);
}
})();
this.hasScriptChangedDirvecs = function() {
- var changes = this.frameupdates;
return (!this.lastframevalues.xdir.equals(this.properties.xdir) ||
!this.lastframevalues.ydir.equals(this.properties.ydir) ||
!this.lastframevalues.zdir.equals(this.properties.zdir) ||
-----END OF PAGE-----