diff --git a/src/source/DataModelV2/PartInstance.cpp b/src/source/DataModelV2/PartInstance.cpp index 20b619f..f9a8210 100644 --- a/src/source/DataModelV2/PartInstance.cpp +++ b/src/source/DataModelV2/PartInstance.cpp @@ -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";