mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
report nassert_raise() message even when squelched
This commit is contained in:
parent
0e136bdf9a
commit
a9067e2128
@ -151,7 +151,7 @@ private:
|
||||
} \
|
||||
}
|
||||
|
||||
#define nassert_raise(message)
|
||||
#define nassert_raise(message) Notify::write_string(message)
|
||||
|
||||
#define enter_debugger_if(condition) ((void)0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user