mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Make MutexQueue use jsemaphore for signaling
This commit is contained in:
@@ -775,6 +775,7 @@ void TextureSource::processQueue()
|
||||
/*
|
||||
Fetch textures
|
||||
*/
|
||||
//NOTE this is only thread safe for ONE consumer thread!
|
||||
if(!m_get_texture_queue.empty())
|
||||
{
|
||||
GetRequest<std::string, u32, u8, u8>
|
||||
|
Reference in New Issue
Block a user