notify added for nodepath bool 2
This commit is contained in:
parent
069ecee3e0
commit
440c6f4131
|
|
@ -148,8 +148,9 @@ operator bool () const {
|
|||
#ifdef HAVE_PYTHON
|
||||
PyErr_Warn(PyExc_FutureWarning, (char *)msg);
|
||||
#endif
|
||||
return !is_empty();
|
||||
}
|
||||
return true;
|
||||
|
||||
|
||||
case ENP_transition:
|
||||
if (!is_empty()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue