1
0
Fork 0

prevent view through big hole in carrier deck

This commit is contained in:
mfranz 2005-10-04 18:01:45 +00:00
parent af653250b5
commit ac2f7d1e4b

View file

@ -498,7 +498,7 @@ FGRenderer::update( bool refresh_camera_settings ) {
current_aircraft.fdm_state->get_Altitude() * SG_FEET_TO_METER
- cur_fdm_state->get_Runway_altitude_m();
if ( agl > 10.0 ) {
if ( agl > 50.0 ) {
scene_nearplane = 10.0f;
scene_farplane = 120000.0f;
} else {