Exclude Grid from Local EntityList

Exclude Grid from Local EntityList
This commit is contained in:
Alezia Kurdis 2025-03-21 21:43:24 -04:00 committed by GitHub
parent c6e5ae153d
commit 14f1fa01f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -167,6 +167,7 @@
var entityListTool = new EntityListTool(shouldUseEditTabletApp, selectionManager);
entityListTool.createApp = createApp;
entityListTool.grid = grid;
entityListTool.cameraManager = cameraManager;
entityListTool.selectionDisplay = selectionDisplay;

View file

@ -217,7 +217,8 @@ var EntityListTool = function(shouldUseEditTabletApp, selectionManager) {
HMD.homeButtonID,
HMD.homeButtonHighlightID,
HMD.miniTabletID,
HMD.miniTabletScreenID
HMD.miniTabletScreenID,
that.grid.getGridEntityToolID()
];
var seltoolsIds = SelectionDisplay.toolEntityMaterial.concat(
SelectionDisplay.allToolEntities,