File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ Pluto is represented by Vall
4646
4747===========================
4848Changelog
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+
4953v8.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)
Original file line number Diff line number Diff line change 44 "VERSION": {
55 "MAJOR": 8,
66 "MINOR": 2,
7- "PATCH": 0
7+ "PATCH": 1
88 },
99 "KSP_VERSION": {
1010 "MAJOR": 0,
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments