]> git.mxchange.org Git - flightgear.git/commitdiff
Don't make mismatched nodes/normals a fatal error ...
authorcurt <curt>
Sun, 4 Jul 1999 07:33:29 +0000 (07:33 +0000)
committercurt <curt>
Sun, 4 Jul 1999 07:33:29 +0000 (07:33 +0000)
src/Objects/obj.cxx

index 3e7f998d1e350f9704bba8e27493590c7a6a3956..6c000a53392bc23d4dfefe715ddcdc4eb1c500c4 100644 (file)
@@ -226,7 +226,7 @@ ssgBranch *fgObjLoad( const string& path, FGTileEntry *t) {
                        FG_LOG( FG_TERRAIN, FG_ALERT, 
                                "Tile has mismatched nodes and normals: " 
                                << path );
-                       exit(-1);
+                       // exit(-1);
                    }
                    shared_done = true;