repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 332634ecadca0eefb1d048cd246ad9c5de3833ba:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 332634ecadca0eefb1d048cd246ad9c5de3833ba
Author: James Baicoianu 
Date:   Tue Jun 30 15:54:11 2020 -0700

    Label shouldn't be pickable

diff --git a/scripts/portal.js b/scripts/portal.js
index 9cd252bfd9e443c2558f37efacbeead33f663421..
index ..4d70cd9bccc4a23a810e7a7c37760d96f147262b 100644
--- a/scripts/portal.js
+++ b/scripts/portal.js
@@ -59,7 +59,8 @@ elation.require(['janusweb.janusbase'], function() {
               emissive: 0x222266,
               scale: [1/this.scale.x, 1/this.scale.y, 1/this.scale.z],
               thickness: 0.5,
-              collidable: false
+              collidable: false,
+              pickable: false,
             });
           }
         }

-----END OF PAGE-----