Fix grip-delete entity history

This commit is contained in:
David Rowe 2017-09-14 09:31:32 +12:00
parent 18ce5ba30f
commit 1e2a3a13da

View file

@ -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) {