1
0
Fork 0

Tweak to taxiway lighting names.

This commit is contained in:
curt 2003-09-23 23:08:26 +00:00
parent c4a3dbd26d
commit d64f5bdf87

View file

@ -557,7 +557,7 @@ static superpoly_list gen_taxiway_center_line_lights( const TGRunway& rwy_info,
TGSuperPoly green;
green.set_poly( lights_poly );
green.set_normals( normals_poly );
green.set_material( "RWY_GREEN_LOW_LIGHTS" );
green.set_material( "RWY_GREEN_TAXIWAY_LIGHTS" );
result.push_back( green );
}