mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 10:08:46 +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;
|
||||
}
|
||||
|
||||
var isDynamic = Entites.getEntityProperties(pickResults.entityID, "dynamic").dynamic;
|
||||
var isDynamic = Entities.getEntityProperties(pickResults.entityID, "dynamic").dynamic;
|
||||
if (!isDynamic) {
|
||||
// only grab dynamic objects
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue