mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Fix thread pool closing
This commit is contained in:
		| @@ -128,7 +128,7 @@ inline void ThreadPool::terminate() | ||||
| { | ||||
| 	{ | ||||
| 		Lock lock(mx); | ||||
| 		if (running()) | ||||
| 		if (isRunning()) | ||||
| 		{ | ||||
| 			stopping = true; | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user