Tweak to taxiway lighting names.
This commit is contained in:
parent
c4a3dbd26d
commit
d64f5bdf87
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue