]> git.mxchange.org Git - flightgear.git/commitdiff
More tweaks ...
authorcurt <curt>
Mon, 3 May 1999 11:28:14 +0000 (11:28 +0000)
committercurt <curt>
Mon, 3 May 1999 11:28:14 +0000 (11:28 +0000)
Tools/Construct/Main/main.cxx

index 267d71d45e8a7c10dd4db697b88e8ac3f1ed9f32..b5a85494d239875596e975f6b04b5460998758f5 100644 (file)
@@ -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 );