1
0
Fork 0

Tweak tile-manager SGBucket API

* FG builds with 'NO_DEPRECATED_API' in SGBucket
This commit is contained in:
James Turner 2014-02-19 14:02:09 -08:00
parent 39d1b6db38
commit 0473607731

View file

@ -375,7 +375,7 @@ void FGTileMgr::schedule_tiles_at(const SGGeod& location, double range_m)
// SG_LOG( SG_TERRAIN, SG_DEBUG, "FGTileMgr::update() for " // SG_LOG( SG_TERRAIN, SG_DEBUG, "FGTileMgr::update() for "
// << longitude << " " << latitude ); // << longitude << " " << latitude );
current_bucket.set_bucket( location ); current_bucket = SGBucket( location );
// schedule more tiles when visibility increased considerably // schedule more tiles when visibility increased considerably
// TODO Calculate tile size - instead of using fixed value (5000m) // TODO Calculate tile size - instead of using fixed value (5000m)