mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:16:58 +02:00
Fix grip-delete entity history
This commit is contained in:
parent
18ce5ba30f
commit
1e2a3a13da
1 changed files with 14 additions and 12 deletions
|
@ -262,6 +262,7 @@ Selection = function (side) {
|
|||
}
|
||||
|
||||
// Add history entry.
|
||||
if (selection.length > 0) {
|
||||
History.push(
|
||||
{
|
||||
setProperties: [
|
||||
|
@ -274,6 +275,7 @@ Selection = function (side) {
|
|||
]
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
// Kick off physics if necessary.
|
||||
if (selection.length > 0 && selection[0].dynamic) {
|
||||
|
|
Loading…
Reference in a new issue