Compare commits

...

1 Commits

Author SHA1 Message Date
Markus Wick
e4b12a5d44 common/assert: Don't crash on asserts.
Let's try to continue and see what happens...
2021-04-10 01:45:04 -07:00

View File

@@ -4,8 +4,4 @@
#include "common/assert.h"
#include "common/common_funcs.h"
void assert_handle_failure() {
Crash();
}
void assert_handle_failure() {}