Timmy-the-nobody/ClassLib

`ClassLib.Clone` copy pointers for properties that are tables

Opened this issue · 0 comments

Describe the bug

ClassLib.Clone copy pointers for properties that are tables

To Reproduce

  1. Create an objet
  2. Set a table value as property
  3. Clone the object
  4. The copied table on the clone will be the same as the table on the cloned object

Expected behavior

A new table should be created, with a new memory adress

Screenshots

N/A

Desktop (please complete the following information):**

  • OS: Windows 11

Additional context**

N/A