1
0
Fork 0

Incorrect double centerline in taxiways

This commit is contained in:
j.mas 2014-04-07 17:46:20 +02:00
parent c9d7fbbfcd
commit 25294ee911

View file

@ -440,7 +440,7 @@ int LinearFeature::Finish( bool closed, unsigned int idx )
break;
case LF_B_SOLID_YELLOW:
material = "lf_dbl_solid_yellow";
material = "lf_sng_solid_yellow_border";
width = 0.25f;
break;