diff --git a/RealSolarSystem/Readme_RSS.txt b/RealSolarSystem/Readme_RSS.txt index b14a4119..ca98b03a 100644 --- a/RealSolarSystem/Readme_RSS.txt +++ b/RealSolarSystem/Readme_RSS.txt @@ -48,6 +48,9 @@ Pluto is represented by Vall =========================== Changelog +v8.6.1 +* Removed clip value, things shouldn't flicker as badly. + v8.6 * Fixed Ganymede normal map being flipped (either redownload your texture pack or just get the fixed Ganymede normal map, it's the same for all packs) -- thanks sashan! * Starwaster: fix temperature and pressure issues on some bodies due to multipliers not being reset. diff --git a/RealSolarSystem/RealSolarSystem.cfg b/RealSolarSystem/RealSolarSystem.cfg index dd7219c6..feb7f163 100644 --- a/RealSolarSystem/RealSolarSystem.cfg +++ b/RealSolarSystem/RealSolarSystem.cfg @@ -8,7 +8,7 @@ REALSOLARSYSTEM // wrap to override the global value. Defaults to the global value. // useSphericalSSM to override the global value. Defaults to the global value. wrap = true - cam01NearClip = 1 + //cam01NearClip = 1 // do we only use spheres for scaledspace? spheresOnly = false diff --git a/RealSolarSystem/RealSolarSystem.version b/RealSolarSystem/RealSolarSystem.version index 6b06b840..eb8faa2e 100644 --- a/RealSolarSystem/RealSolarSystem.version +++ b/RealSolarSystem/RealSolarSystem.version @@ -4,7 +4,7 @@ "VERSION": { "MAJOR": 8, "MINOR": 6, - "PATCH": 0 + "PATCH": 1 }, "KSP_VERSION": { "MAJOR": 0,