mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 14:36:52 -04:00
[Runtime] misc fixes to runtime and listener (#170)
* misc runtime fixes * clang format
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
SystemThread& SystemThreadManager::create_thread(const std::string& name) {
|
||||
if (thread_count >= MAX_SYSTEM_THREADS) {
|
||||
spdlog::critical("Out of System Threads! MAX_SYSTEM_THREADS is ", MAX_SYSTEM_THREADS);
|
||||
throw std::runtime_error("Out of System Threads! Please increase MAX_SYSTEM_THREADS");
|
||||
assert(false);
|
||||
}
|
||||
auto& thread = threads[thread_count];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user