diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/part.cfg b/For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/part.cfg index f29c591e..83e5e2af 100644 --- a/For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/part.cfg +++ b/For release/Firespitter/Parts/biPlane/FS_biPlaneRudder/part.cfg @@ -110,7 +110,7 @@ MODULE:NEEDS[FerramAerospaceResearch] TaperRatio = 1.0 //Ratio of tip chord to root chord generally < 1, must be > 0 MidChordSweep = 0 //Sweep angle in degrees; measured down the center of the span / midchord position maxdeflect = 15 //Default maximum deflection value; only used by FARControlableSurface - controlSurfacePivot = 1, 0, 0; //Local vector that obj_ctrlSrf pivots about; defaults to 1, 0, 0 (right) + controlSurfacePivot = 1, 0, 0 //Local vector that obj_ctrlSrf pivots about; defaults to 1, 0, 0 (right) ctrlSurfFrac = 0.7 } diff --git a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/part.cfg b/For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/part.cfg index 15ca052e..5456d4e7 100644 --- a/For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/part.cfg +++ b/For release/Firespitter/Parts/biPlane/FS_biPlaneWingMain/part.cfg @@ -112,7 +112,7 @@ MODULE:NEEDS[FerramAerospaceResearch] TaperRatio = 1.0 //Ratio of tip chord to root chord generally < 1, must be > 0 MidChordSweep = 0 //Sweep angle in degrees; measured down the center of the span / midchord position maxdeflect = 15 //Default maximum deflection value; only used by FARControlableSurface - controlSurfacePivot = 1, 0, 0; //Local vector that obj_ctrlSrf pivots about; defaults to 1, 0, 0 (right) + controlSurfacePivot = 1, 0, 0 //Local vector that obj_ctrlSrf pivots about; defaults to 1, 0, 0 (right) ctrlSurfFrac = 0.13 }