fix: edit history ignores preview data
This commit is contained in:
parent
656917f6fc
commit
cd730ac8d4
3 changed files with 15 additions and 9 deletions
|
|
@ -18,6 +18,7 @@ public:
|
|||
Ref<PointPrimitive> get_primitive() const;
|
||||
|
||||
private:
|
||||
Vector3 last_pushed_position{};
|
||||
bool pushing_change{ false };
|
||||
Ref<PointPrimitive> primitive{};
|
||||
Callable underlying_changed_callable{ callable_mp(this, &self_type::on_underlying_changed) };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue