mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
Make add-model button non-selectable
This commit is contained in:
parent
ac93f86522
commit
d1f7a730ad
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ var toolBar = (function () {
|
|||
height: toolHeight,
|
||||
alpha: 0.9,
|
||||
visible: true
|
||||
}, true, false);
|
||||
});
|
||||
|
||||
browseModelsButton = toolBar.addTool({
|
||||
imageURL: toolIconUrl + "list-icon.svg",
|
||||
|
|
Loading…
Reference in a new issue