mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
remove bogus assert
This commit is contained in:
parent
1d69646aa6
commit
f734040caf
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user