Incorrect double centerline in taxiways
This commit is contained in:
parent
c9d7fbbfcd
commit
25294ee911
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue