1
0
Fork 0

Oops -- checked in last version with a small typo.

This commit is contained in:
david 2003-11-24 18:00:48 +00:00
parent 5644f22513
commit e95e9bbf4e

View file

@ -389,7 +389,6 @@ int FGTileMgr::update( SGLocation *location, double visibility_meters,
if ( current_tile != NULL ) {
globals->get_scenery()->set_next_center( current_tile->center );
} else {
printf("Log level is %d\n", sglog().get_log_priority());
SG_LOG( SG_TERRAIN, SG_WARN, "Tile not found (Ok if initializing)" );
globals->get_scenery()->set_next_center( Point3D(0.0) );
}