]> git.mxchange.org Git - flightgear.git/commit
Fixed a tile caching bug. When I was freeing tiles to make room in the
authorcurt <curt>
Sun, 25 Jul 1999 01:52:36 +0000 (01:52 +0000)
committercurt <curt>
Sun, 25 Jul 1999 01:52:36 +0000 (01:52 +0000)
commit8d58f642575718f4e5b7ddd480a8c1e86333cfab
treeabd1961cb05a3fcd928f339f7642965856c8665e
parente5a87cf9fa9374f0ae86b9ae38020e976d1830e1
Fixed a tile caching bug.  When I was freeing tiles to make room in the
cache, I was only checking currently visible tiles, rather than checking
all the cache entries.
src/Main/main.cxx
src/Scenery/tilecache.cxx
src/Scenery/tileentry.cxx
src/Scenery/tileentry.hxx
src/Scenery/tilemgr.cxx