1
0
Fork 0

Removed an unneeded exit()

This commit is contained in:
curt 2001-03-28 14:38:55 +00:00
parent 2e8f9f7399
commit d6039a111f

View file

@ -43,7 +43,6 @@ fov(55.0)
// Update the view parameters
void FGViewer::update() {
SG_LOG( SG_VIEW, SG_ALERT, "Shouldn't ever see this" );
exit(-1);
}