Skip to content

Commit

Permalink
Merge pull request #91 from Sigma88/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Sigma88 committed Oct 27, 2019
2 parents ca6a5b8 + 0819348 commit 4e0c338
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
@@ -1,3 +1,8 @@
**v0.10.6**

- Fixed automatic rescale of minDetailDistance


**v0.10.5**

- Updated to KSP 1.7.3 and Kopernicus 1.7.3-2
Expand Down
Expand Up @@ -9,7 +9,7 @@
@PQS
{
&minDetailDistance = 8
@minDetailDistance /= #$../../SigmaDimensions/Resize$
@minDetailDistance /= #$../SigmaDimensions/Resize$

%Mods
{
Expand Down
Binary file modified GameData/Sigma/Dimensions/Plugins/SigmaDimensions.dll
Binary file not shown.
Binary file modified [Source]/Distribution/SigmaDimensions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion [Source]/SigmaDimensions/Version.cs
Expand Up @@ -6,7 +6,7 @@ namespace SigmaDimensionsPlugin
[KSPAddon(KSPAddon.Startup.Instantly, true)]
public class Version : MonoBehaviour
{
public static readonly System.Version number = new System.Version("0.10.5");
public static readonly System.Version number = new System.Version("0.10.6");

void Awake()
{
Expand Down

0 comments on commit 4e0c338

Please sign in to comment.