Release 4.3.92
fixes multithread marking (#1240) Multithreaded marking wasn’t working because the following preprocessor block was never executed (at least when compiling with MSVC): #if (MAX_GC_THREADS>1) // You can uncomment this for better call stacks if it crashes while collecting #define HX_MULTI_THREAD_MARKING #endif