repo: janusweb action: commit revision: path_from: revision_from: 6a8a1abd60a0fafff723611a2dd17ad45d9d9408: path_to: revision_to:
commit 6a8a1abd60a0fafff723611a2dd17ad45d9d9408 Author: James BaicoianuDate: Sun Feb 16 14:36:45 2020 -0800 Workaround for double ghost label bug diff --git a/scripts/janusghost.js b/scripts/janusghost.js
--- a/scripts/janusghost.js
+++ b/scripts/janusghost.js
@@ -71,7 +71,7 @@ elation.require(['janusweb.janusbase', 'engine.things.leapmotion'], function() {
this.setHead(this.head_id, this.properties.head_pos);
this.setBody(this.body_id);
var name = this.properties.ghost_id;
- if (this.showlabel) {
+ if (false && this.showlabel) {
this.label = this.createObject('text', {
size: .1,
thickness: .03,
-----END OF PAGE-----