File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,14 +61,7 @@ public void SetInput(float rate = 1)
6161 }
6262 else
6363 {
64- try
65- {
66- sc . Contract ( rate ) ;
67- }
68- catch ( System . Exception )
69- {
70-
71- }
64+ sc . Contract ( rate , sc . startPoint . position , sc . endPoint . position ) ;
7265 }
7366 }
7467
@@ -77,7 +70,7 @@ public void SetInput(float rate = 1)
7770 /// </summary>
7871 public void Contract ( float rate = 1 )
7972 {
80- sc . Contract ( rate ) ;
73+ sc . Contract ( rate , sc . startPoint . position , sc . endPoint . position ) ;
8174 }
8275
8376 /// <summary>
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public override Version Version
2929 }
3030
3131 public override string VersionExtra { get ; } = "" ;
32- public override string BesiegeVersion { get ; } = "v0.35 " ;
32+ public override string BesiegeVersion { get ; } = "v0.4 " ;
3333 public override bool CanBeUnloaded { get ; } = true ;
3434 public override bool Preload { get ; } = false ;
3535#pragma warning restore CS1591
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 ( "1.4.8 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.4.8 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.4.9 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.4.9 .0" ) ]
You can’t perform that action at this time.
0 commit comments