From d64f5bdf875980fd9fddd4051f7b505be32609c2 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 23 Sep 2003 23:08:26 +0000 Subject: [PATCH] Tweak to taxiway lighting names. --- src/Airports/GenAirports/lights.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Airports/GenAirports/lights.cxx b/src/Airports/GenAirports/lights.cxx index 058f0a65..5852386a 100644 --- a/src/Airports/GenAirports/lights.cxx +++ b/src/Airports/GenAirports/lights.cxx @@ -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 ); }