Fix FAR incompatability

feature-saving
Andrew Cassidy 3 years ago
parent 981a167864
commit 8accabe9e5

@ -0,0 +1,5 @@
@PART[*]:HAS[@MODULE[ModuleConformalDecal]|@MODULE[ModuleConformalFlag]|@MODULE[ModuleConformalText]]:After[FerramAerospaceResearch]
{
// Decals are just paint, so they shouldnt affect a vessel's aerodynamics at all
!MODULE[GeometryPartModule] {}
}

@ -4,6 +4,7 @@ v0.2.3
- Fixed TMP subobjects being deleted, causing fallback fonts to fail in some situations.
- Started using URL-style encoding for text decals behind the scenes to prevent issues with certain characters.
- Fixed text decals having zero size when they had only whitespace or an empty string
- Fixed decals having drag and causing issues when using FAR
v0.2.2
------

Loading…
Cancel
Save