Browse Source

report nassert_raise() message even when squelched

David Rose 20 years ago
parent
commit
a9067e2128
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/prc/notify.h

+ 1 - 1
dtool/src/prc/notify.h

@@ -151,7 +151,7 @@ private:
     } \
     } \
   }
   }
 
 
-#define nassert_raise(message) 
+#define nassert_raise(message) Notify::write_string(message)
 
 
 #define enter_debugger_if(condition) ((void)0)
 #define enter_debugger_if(condition) ((void)0)