diff --git a/include/lol/private/sys/threading.h b/include/lol/private/sys/threading.h index aa4d9652..491ccbb3 100644 --- a/include/lol/private/sys/threading.h +++ b/include/lol/private/sys/threading.h @@ -60,7 +60,7 @@ public: // of threads/cores even though the system cannot spawn threads. return false; #endif - return !disable_threads && std::thread::hardware_concurrency() > 1; + return !disable_threads; } private: