From 8b0b857eaaa50c6ec217a46c0577395c78ec04c7 Mon Sep 17 00:00:00 2001 From: sapier Date: Mon, 6 Jan 2014 12:45:42 +0100 Subject: Make MutexQueue use jsemaphore for signaling --- src/tile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tile.cpp') 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 -- cgit v1.2.3