Merge branch 'feature/globebrowsing' of github.com:OpenSpace/OpenSpace-Development into feature/globebrowsing

This commit is contained in:
Kalle Bladin
2016-06-22 19:19:05 -04:00
15 changed files with 769 additions and 534 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ namespace openspace {
}
void CachingTileProvider::prerender() {
void CachingTileProvider::update() {
initTexturesFromLoadedData();
if (_framesSinceLastRequestFlush++ > _framesUntilRequestFlush) {
clearRequestQueue();