Fix duplication crash

This commit is contained in:
Vulpovile
2022-10-03 07:48:28 -07:00
parent eb07d852db
commit 43647086fb

View File

@@ -144,6 +144,7 @@ void PartInstance::setParent(Instance* prnt)
PartInstance::PartInstance(const PartInstance &oinst)
{
PVInstance::PVInstance(oinst);
physBody = NULL;
glList = glGenLists(1);
//name = oinst.name;
//className = "Part";