Tweaks.
This commit is contained in:
parent
31c8d67333
commit
f85df36eaa
2 changed files with 3 additions and 1 deletions
|
@ -61,6 +61,8 @@ fgLoadFlight (istream &input)
|
||||||
SG_LOG(SG_INPUT, SG_ALERT, "Error restoring flight; aborted");
|
SG_LOG(SG_INPUT, SG_ALERT, "Error restoring flight; aborted");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// end of fg_props.cxx
|
// end of fg_props.cxx
|
||||||
|
|
|
@ -366,7 +366,7 @@ void fgRenderFrame( void ) {
|
||||||
|
|
||||||
sgVec3 po; // chase view pilot_offset
|
sgVec3 po; // chase view pilot_offset
|
||||||
sgVec3 wup; // chase view world up
|
sgVec3 wup; // chase view world up
|
||||||
sgSetVec3( po, 0.0, 0.0, 50.0 );
|
sgSetVec3( po, 0.0, 0.0, 100.0 );
|
||||||
sgCopyVec3( wup, pilot_view->get_world_up() );
|
sgCopyVec3( wup, pilot_view->get_world_up() );
|
||||||
sgMat4 CXFM; // chase view + pilot offset xform
|
sgMat4 CXFM; // chase view + pilot offset xform
|
||||||
sgMakeRotMat4( CXFM,
|
sgMakeRotMat4( CXFM,
|
||||||
|
|
Loading…
Add table
Reference in a new issue