diff --git a/Tools/Construct/Main/main.cxx b/Tools/Construct/Main/main.cxx index 267d71d45..b5a85494d 100644 --- a/Tools/Construct/Main/main.cxx +++ b/Tools/Construct/Main/main.cxx @@ -402,6 +402,7 @@ void construct_tile( FGConstruct& c ) { // match tile edges with any neighbor tiles that have already been // generated FGMatch m; + m.load_neighbor_shared( c ); m.extract_shared( c ); m.write_shared( c );