notify added for nodepath bool 2

This commit is contained in:
Zachary Pavlov 2009-04-23 18:12:30 +00:00
parent 069ecee3e0
commit 440c6f4131
1 changed files with 2 additions and 1 deletions

View File

@ -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()) {