From: curt Date: Mon, 3 May 1999 11:28:14 +0000 (+0000) Subject: More tweaks ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1e6be4b2388611be2f500162961058ed820505df;p=flightgear.git More tweaks ... --- 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 );