mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 11:29:50 +02:00
fix typo
This commit is contained in:
parent
ddd0645453
commit
52335e20a2
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Grabber.prototype.pressEvent = function(event) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var isDynamic = Entites.getEntityProperties(pickResults.entityID, "dynamic").dynamic;
|
var isDynamic = Entities.getEntityProperties(pickResults.entityID, "dynamic").dynamic;
|
||||||
if (!isDynamic) {
|
if (!isDynamic) {
|
||||||
// only grab dynamic objects
|
// only grab dynamic objects
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue