]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/views.cxx
Added code to put aircraft at the end of the runway closest to the desired
[flightgear.git] / src / Main / views.cxx
index 918e28993487f301f455a780f06c89eb2ec5ef4a..92450c635916044fe6a555748a31c95e8f43a7bc 100644 (file)
@@ -387,7 +387,7 @@ void FGView::UpdateViewMath( const FGInterface& f ) {
 }
 
 
-void  FGView::CurrentNormalInLocalPlane(sgVec3 dst, sgVec3 src) {
+void FGView::CurrentNormalInLocalPlane(sgVec3 dst, sgVec3 src) {
     sgVec3 tmp;
     sgSetVec3(tmp, src[0], src[1], src[2] );
     sgMat4 TMP;