From 8075c6e449a74d4a152c9aa6f5f76c7beeab3dbf Mon Sep 17 00:00:00 2001 From: Erik Broberg Date: Mon, 20 Jun 2016 12:06:28 -0400 Subject: [PATCH] Fix bug that caused tileRequestQueue to not get flushed correctly --- modules/globebrowsing/tile/tileprovider.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/globebrowsing/tile/tileprovider.cpp b/modules/globebrowsing/tile/tileprovider.cpp index a877b97ceb..7089a660d7 100644 --- a/modules/globebrowsing/tile/tileprovider.cpp +++ b/modules/globebrowsing/tile/tileprovider.cpp @@ -58,6 +58,7 @@ namespace openspace { int framesUntilFlushRequestQueue) : _asyncTextureDataProvider(tileReader) , _tileCache(tileCache) + , _framesUntilRequestFlush(framesUntilFlushRequestQueue) , _framesSinceLastRequestFlush(0) {