This commit is contained in:
AffectedArc07
2021-05-25 13:12:25 +01:00
parent 8fdf5960e4
commit 6ee2bd72cb
4 changed files with 53 additions and 43 deletions
+3 -3
View File
@@ -11,11 +11,11 @@
/***** All toggles for the GC ref finder *****/
#define REFERENCE_TRACKING // Uncomment to enable ref finding
// #define REFERENCE_TRACKING // Uncomment to enable ref finding
//#define GC_FAILURE_HARD_LOOKUP //makes paths that fail to GC call find_references before del'ing. implies FIND_REF_NO_CHECK_TICK
// #define GC_FAILURE_HARD_LOOKUP //makes paths that fail to GC call find_references before del'ing.
//#define FIND_REF_NO_CHECK_TICK //Sets world.loop_checks to false and prevents find references from sleeping
// #define FIND_REF_NO_CHECK_TICK //Sets world.loop_checks to false and prevents find references from sleeping
/***** End toggles for the GC ref finder *****/