Skip to content

Commit 529fd3f

Browse files
committed
stap
1 parent a0245b7 commit 529fd3f

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

CommunityBugFixCollection/PauseAnimatorUpdates.cs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ internal sealed class PauseAnimatorUpdates : ResoniteBugFixMonkey<PauseAnimatorU
1515

1616
public override IEnumerable<string> Authors { get; } = [.. Contributors.Banane9, .. Contributors.Onan];
1717

18-
private class Float
19-
{
20-
public float Value;
21-
22-
public Float(float value)
23-
{
24-
Value = value;
25-
}
26-
27-
public Float()
28-
{
29-
Value = 0f;
30-
}
31-
}
32-
33-
34-
private static readonly ConditionalWeakTable<Animator, Float> _hasChangedPlayhead = new();
35-
3618
private static bool Prefix(Animator __instance)
3719
{
3820
if (!Enabled)
@@ -62,6 +44,4 @@ private static bool Prefix(Animator __instance)
6244
return false;
6345
}
6446
}
65-
66-
6747
}

0 commit comments

Comments
 (0)