Fix bug that caused tileRequestQueue to not get flushed correctly

This commit is contained in:
Erik Broberg
2016-06-20 12:06:28 -04:00
parent df2b68042e
commit 8075c6e449

View File

@@ -58,6 +58,7 @@ namespace openspace {
int framesUntilFlushRequestQueue)
: _asyncTextureDataProvider(tileReader)
, _tileCache(tileCache)
, _framesUntilRequestFlush(framesUntilFlushRequestQueue)
, _framesSinceLastRequestFlush(0)
{