mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 21:12:40 +02:00
Exclude Grid from Local EntityList
Exclude Grid from Local EntityList
This commit is contained in:
parent
c6e5ae153d
commit
14f1fa01f7
2 changed files with 3 additions and 1 deletions
|
@ -167,6 +167,7 @@
|
||||||
|
|
||||||
var entityListTool = new EntityListTool(shouldUseEditTabletApp, selectionManager);
|
var entityListTool = new EntityListTool(shouldUseEditTabletApp, selectionManager);
|
||||||
entityListTool.createApp = createApp;
|
entityListTool.createApp = createApp;
|
||||||
|
entityListTool.grid = grid;
|
||||||
entityListTool.cameraManager = cameraManager;
|
entityListTool.cameraManager = cameraManager;
|
||||||
entityListTool.selectionDisplay = selectionDisplay;
|
entityListTool.selectionDisplay = selectionDisplay;
|
||||||
|
|
||||||
|
|
|
@ -217,7 +217,8 @@ var EntityListTool = function(shouldUseEditTabletApp, selectionManager) {
|
||||||
HMD.homeButtonID,
|
HMD.homeButtonID,
|
||||||
HMD.homeButtonHighlightID,
|
HMD.homeButtonHighlightID,
|
||||||
HMD.miniTabletID,
|
HMD.miniTabletID,
|
||||||
HMD.miniTabletScreenID
|
HMD.miniTabletScreenID,
|
||||||
|
that.grid.getGridEntityToolID()
|
||||||
];
|
];
|
||||||
var seltoolsIds = SelectionDisplay.toolEntityMaterial.concat(
|
var seltoolsIds = SelectionDisplay.toolEntityMaterial.concat(
|
||||||
SelectionDisplay.allToolEntities,
|
SelectionDisplay.allToolEntities,
|
||||||
|
|
Loading…
Reference in a new issue