File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
-
2
- using Celeste . Mod . TASHelper . Utils ;
3
- using Monocle ;
1
+ using Monocle ;
4
2
5
3
namespace Celeste . Mod . TASHelper . Gameplay . AutoWatchEntity ;
6
4
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ private static void PrepareTags() {
48
48
// JIT optimization may cause PredictLoadTimeActive[2] != 524288f when TimeActive = 524288f
49
49
[ MethodImpl ( MethodImplOptions . NoOptimization ) ]
50
50
internal static void PreSpinnerCalculate ( Scene self ) {
51
- if ( ! TasHelperSettings . Enabled || FastForwarding || self is not Level ) {
51
+ if ( ! TasHelperSettings . Enabled || UltraFastForwarding || self is not Level ) {
52
52
return ;
53
53
}
54
54
float time = TimeActive = self . TimeActive ;
Original file line number Diff line number Diff line change 1
1
- Name : TASHelper
2
- Version : 2.0.13
2
+ Version : 2.0.14
3
3
DLL : bin/Release/net7.0/TASHelper.dll
4
4
Dependencies :
5
5
- Name : EverestCore
You can’t perform that action at this time.
0 commit comments