1
0
Fork 0

Don't make mismatched nodes/normals a fatal error ...

This commit is contained in:
curt 1999-07-04 07:33:29 +00:00
parent f57f8ef7ce
commit 6efea97fb0

View file

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