Set RWY_YELLOW_PULSE_LIGHTS as name for blinking hold-short lights.
Support for this is coming in SG and fgdata
This commit is contained in:
parent
7424139772
commit
01814b3e3e
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ void LinearFeature::ConvertContour( BezContour* src, bool closed )
|
|||
Point3D cp2;
|
||||
|
||||
int curve_type = CURVE_LINEAR;
|
||||
double total_dist, linear_dist;
|
||||
double total_dist;
|
||||
double meter_dist = 1.0f/96560.64f;
|
||||
double theta1, theta2;
|
||||
int num_segs = BEZIER_DETAIL;
|
||||
|
@ -811,8 +811,8 @@ int LinearFeature::Finish( bool closed, unsigned int idx )
|
|||
break;
|
||||
|
||||
case LF_UNIDIR_CLOSE_AMBER_PULSE:
|
||||
material = "RWY_YELLOW_LIGHTS";
|
||||
light_delta = 4.0f;
|
||||
material = "RWY_YELLOW_PULSE_LIGHTS";
|
||||
light_delta = 1.0f;
|
||||
break;
|
||||
|
||||
case LF_BIDIR_GREEN_AMBER:
|
||||
|
|
Loading…
Reference in a new issue