1
0
Fork 0

One more log item for the tile-cache.

This commit is contained in:
James Turner 2015-03-08 09:41:27 +00:00
parent 2e452e78f3
commit 585235ce01

View file

@ -219,6 +219,9 @@ bool FGTileMgr::sched_tile( const SGBucket& b, double priority, bool current_vie
{
// create a new entry
t = new TileEntry( b );
SG_LOG( SG_TERRAIN, SG_INFO, "sched_tile: new tile entry for:" << b );
// insert the tile into the cache, update will generate load request
if ( tile_cache.insert_tile( t ) )
{