mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 08:26:36 +02:00
Fix entities list "filter to frustum" button
This commit is contained in:
parent
c5fe88abe6
commit
eeceec35d6
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
||||||
|
|
||||||
var cameraPosition = Camera.position;
|
var cameraPosition = Camera.position;
|
||||||
PROFILE("getMultipleProperties", function () {
|
PROFILE("getMultipleProperties", function () {
|
||||||
var multipleProperties = Entities.getMultipleEntityProperties(ids, ['name', 'type', 'locked',
|
var multipleProperties = Entities.getMultipleEntityProperties(ids, ['position', 'name', 'type', 'locked',
|
||||||
'visible', 'renderInfo', 'modelURL', 'materialURL', 'imageURL', 'script', 'certificateID',
|
'visible', 'renderInfo', 'modelURL', 'materialURL', 'imageURL', 'script', 'certificateID',
|
||||||
'skybox.url', 'ambientLight.url']);
|
'skybox.url', 'ambientLight.url']);
|
||||||
for (var i = 0; i < multipleProperties.length; i++) {
|
for (var i = 0; i < multipleProperties.length; i++) {
|
||||||
|
|
Loading…
Reference in a new issue