remove bogus assert

This commit is contained in:
David Rose 2004-01-07 22:54:53 +00:00
parent 1d69646aa6
commit f734040caf

View File

@ -359,7 +359,6 @@ get_parent() const {
INLINE NodePath NodePath::
attach_new_node(const string &name, int sort) const {
nassertr(verify_complete(), NodePath::fail());
nassertr_always(!is_empty(), *this);
return attach_new_node(new PandaNode(name), sort);
}