]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/newcache.cxx
Check for the plib version when using display lists, just to be sure.
[flightgear.git] / src / Scenery / newcache.cxx
index e55e2d655dbf395e7f9060d89b0cf6a7accfb363..033e11e8c911cdaef01062be649f975ad8de4b1f 100644 (file)
@@ -125,7 +125,8 @@ bool FGNewCache::make_space() {
        for ( ; current != end; ++current ) {
            long index = current->first;
            FGTileEntry *e = current->second;
-           if ( e->is_loaded() && (e->get_pending_models() == 0) ) {
+           // if ( e->is_loaded() && (e->get_pending_models() == 0) ) {
+           if ( e->is_loaded() ) {
 
                 timestamp = e->get_timestamp();
                 if ( timestamp < min_time ) {