Removed an unneeded exit()
This commit is contained in:
parent
2e8f9f7399
commit
d6039a111f
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ fov(55.0)
|
||||||
// Update the view parameters
|
// Update the view parameters
|
||||||
void FGViewer::update() {
|
void FGViewer::update() {
|
||||||
SG_LOG( SG_VIEW, SG_ALERT, "Shouldn't ever see this" );
|
SG_LOG( SG_VIEW, SG_ALERT, "Shouldn't ever see this" );
|
||||||
exit(-1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue