1
edit
Changes
→How to Use
// order. Note here that I did NOT need to delete the Object created but I am deleting it since I attached
// it to my PhysicsFrame and I do not want to delete the parent of the object prior to deleting the
// objectitself.
o->Delete(); f->Delete(); c->Delete();
</pre>