Fix Visject parameter values restore after script is saved in editor by using original value diff

#2276
This commit is contained in:
Wojtek Figat
2024-09-11 20:44:45 +02:00
parent 12c9ae1490
commit cc01952059
2 changed files with 8 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ private:
Array<Field, InlinedAllocation<32>> _fields;
#if USE_EDITOR
Array<Guid> _oldParamsLayout;
Array<Variant> _oldParamsValues;
#endif
public: