mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-21 15:17:11 +02:00
Dumb approach to recive some kind of asserts if the program crashes because a component was used after it was deleted.
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ enum
|
||||
namespace SqMod {
|
||||
|
||||
// --------------------------------------------------------------------------------------------
|
||||
Logger * _Log = NULL;
|
||||
SQMOD_MANAGEDPTR_TYPE(Logger) _Log = SQMOD_MANAGEDPTR_MAKE(Logger, nullptr);
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* ...
|
||||
|
||||
Reference in New Issue
Block a user