sergey.pozhidaev Posted April 1, 2014 Posted April 1, 2014 Type error "ExternClass::destructor(): object is not constructed in "class objectgrass *" class world::update(): world update function return 0
sergey.pozhidaev Posted April 2, 2014 Author Posted April 2, 2014 This is happened after node_clone: For example: Node n1 = node_cast(node); Node n2 = node_clone(node); node_delete (n1); if remove "Node n2 = node_clone(node);" - it's work, else typed error in log
sergey.pozhidaev Posted April 2, 2014 Author Posted April 2, 2014 solved. I must clone node in this way - n2 = node_append(node_cast(node_clone(node)))
Recommended Posts