mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
5603ac24f8
commit
a8d20dc5ee
@ -392,7 +392,11 @@ assert_failure(const char *expression, int line,
|
||||
nout << "Assertion failed: " << _assert_error_message << "\n";
|
||||
|
||||
if (get_assert_abort()) {
|
||||
#ifdef WIN32
|
||||
assert(false);
|
||||
#else
|
||||
abort();
|
||||
#endif
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user