diff --git a/src/Objects/obj.cxx b/src/Objects/obj.cxx index 3e7f998d1..6c000a533 100644 --- a/src/Objects/obj.cxx +++ b/src/Objects/obj.cxx @@ -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;