Skip to content

Commit 9af7e7f

Browse files
committed
Fix camera typo, v8.2.1 FINAL
1 parent 9968cb7 commit 9af7e7f

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

0 Bytes
Binary file not shown.

RealSolarSystem/Readme_RSS.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Pluto is represented by Vall
4646

4747
===========================
4848
Changelog
49+
v8.2.1
50+
*Fix typo in camera clipping that made the ground flicker (at least it wasn't another loader bug).
51+
*Correct version this time in assembly info.
52+
4953
v8.2
5054
*Finally fixed (I trust) all remaining issues from the loader rewrite
5155
*Borrowed some PQSMod values from 6.4x Kerbin (kudos to Raptor831 et al)

RealSolarSystem/RealSolarSystem.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"VERSION": {
55
"MAJOR": 8,
66
"MINOR": 2,
7-
"PATCH": 0
7+
"PATCH": 1
88
},
99
"KSP_VERSION": {
1010
"MAJOR": 0,

Source/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.8.1.1")]
36-
[assembly: AssemblyFileVersion("0.8.1.1")]
35+
[assembly: AssemblyVersion("0.8.2.1")]
36+
[assembly: AssemblyFileVersion("0.8.2.1")]

Source/Watchdogs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void Update()
6767
else
6868
{
6969
float farClip = -1;
70-
float nearClip = 01;
70+
float nearClip = -1;
7171
if (cam.name.Equals("Camera 00"))
7272
{
7373
RSSSettings.TryGetValue("cam00FarClip", ref farClip);

0 commit comments

Comments
 (0)