mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:23:36 +02:00
particle tab deleted when particle system deleted
This commit is contained in:
parent
f98941e80f
commit
46679b29f7
1 changed files with 1 additions and 1 deletions
|
@ -1260,7 +1260,7 @@ function selectAllEtitiesInCurrentSelectionBox(keepIfTouching) {
|
|||
|
||||
function deleteSelectedEntities() {
|
||||
if (SelectionManager.hasSelection()) {
|
||||
print(" Delete Entities");
|
||||
particleExplorerTool.destroyWebView();
|
||||
SelectionManager.saveProperties();
|
||||
var savedProperties = [];
|
||||
for (var i = 0; i < selectionManager.selections.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue