]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIWingman.cxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / AIModel / AIWingman.cxx
index 218f9e73a40687caef4e123a4982daec0dfe1178..10ffd89cca9c107483dd7140e0cee9054762ac54 100644 (file)
@@ -243,7 +243,7 @@ void FGAIWingman::formateToAC(double dt){
     double p_hdg, p_pch, p_rll, p_agl, p_ht, p_wow = 0;
 
     setTgtOffsets(dt, 25);
-   _setUserPos();
+    _setUserPos();
 
     if (_pnode != 0) {
         setParentPos();
@@ -341,7 +341,7 @@ void FGAIWingman::Join(double dt) {
     double p_hdg, p_pch, p_rll = 0;
 
     setTgtOffsets(dt, 25);
-     _setUserPos();
+    _setUserPos();
 
     if (_pnode != 0) {
         setParentPos();