From 1e6be4b2388611be2f500162961058ed820505df Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 3 May 1999 11:28:14 +0000 Subject: [PATCH] More tweaks ... --- Tools/Construct/Main/main.cxx | 1 + 1 file changed, 1 insertion(+) 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 ); -- 2.39.5