CR feedback

This commit is contained in:
ZappoMan 2017-03-02 14:34:58 -08:00
parent 6400bb6319
commit 9e287d4b59

View file

@ -77,7 +77,7 @@
//Comment out above line and uncomment below line to see difference in performance between using a whitelist, and not using one
// this.intersection = Entities.findRayIntersection(pickRay, true);
var type = Entites.getEntityProperties(this.intersection.entityID,"type").type;
var type = Entites.getEntityProperties(this.intersection.entityID, "type").type;
if (this.intersection.intersects) {
var distance = Vec3.distance(handPosition, this.intersection.intersection);