Fix: Undo doesn't work for sculpt transform tools

An existing issue made visible/worse by c168ef98093a40f5524.
This commit is contained in:
Hans Goudey 2024-07-01 15:01:05 -04:00
parent 4a9e8087a7
commit 2c0c298675

@ -343,6 +343,7 @@ void end_transform(bContext *C, Object &ob)
if (ss.filter_cache) {
filter::cache_free(ss);
}
undo::push_end(ob);
flush_update_done(C, ob, UpdateType::Position);
}