diff options
author | sapier <Sapier at GMX dot net> | 2014-01-06 12:45:42 +0100 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-01-10 10:10:45 +0100 |
commit | 8b0b857eaaa50c6ec217a46c0577395c78ec04c7 (patch) | |
tree | b9fd5e1edb099aee1498b29a43702568a283aa34 /src/tile.cpp | |
parent | 10fdbf737513e48bfcfb9e90fe243dcd989c0476 (diff) | |
download | minetest-8b0b857eaaa50c6ec217a46c0577395c78ec04c7.tar.xz |
Make MutexQueue use jsemaphore for signaling
Diffstat (limited to 'src/tile.cpp')
-rw-r--r-- | src/tile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile.cpp b/src/tile.cpp index e003c3020..b8080c708 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -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> |