g3n / engine

Go 3D Game Engine (http://g3n.rocks)
https://discord.gg/NfaeVr8zDg
BSD 2-Clause "Simplified" License
2.79k stars 295 forks source link

Fix core/node Clone #248

Closed billdc closed 2 years ago

billdc commented 2 years ago

In Clone() function , clone.Add(child) will raise an error, because there is no inode in clone itself .

danaugrs commented 2 years ago

Thanks!