mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
report more detail on _cat.info() error
This commit is contained in:
parent
87c7e59646
commit
331d060a8a
@ -44,7 +44,10 @@ init() {
|
|||||||
template<class GetCategory>
|
template<class GetCategory>
|
||||||
INLINE NotifyCategory *NotifyCategoryProxy<GetCategory>::
|
INLINE NotifyCategory *NotifyCategoryProxy<GetCategory>::
|
||||||
get_unsafe_ptr() {
|
get_unsafe_ptr() {
|
||||||
nassertr(_ptr != (NotifyCategory *)NULL, init());
|
nassertd(_ptr != (NotifyCategory *)NULL) {
|
||||||
|
init();
|
||||||
|
nout << "Uninitialized notify proxy: " << _ptr->get_fullname() << "\n";
|
||||||
|
}
|
||||||
return _ptr;
|
return _ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user