mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix FAR incompatability
This commit is contained in:
parent
981a167864
commit
8accabe9e5
5
GameData/ConformalDecals/Patches/FAR.cfg
Normal file
5
GameData/ConformalDecals/Patches/FAR.cfg
Normal file
@ -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…
Reference in New Issue
Block a user