]> git.mxchange.org Git - flightgear.git/commit
Bernie Bright:
authorcurt <curt>
Mon, 23 Sep 2002 14:23:17 +0000 (14:23 +0000)
committercurt <curt>
Mon, 23 Sep 2002 14:23:17 +0000 (14:23 +0000)
commit7b01068d9c9b1554c9d58fd5487e0ed7ec0517c9
tree2c81052e4db3747a121753717dae67b275f6a6cb
parent578073a6f3622e97e0187a06362a4a7837cd7ce8
Bernie Bright:

fgLoad3DModel() throws an exception if it fails to load the requested model.
This causes FGTileMgr::update(...) to exit.  So I've added a try/catch block
to catch the exception and display an error message instead.
src/Scenery/tilemgr.cxx