We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0245b7 commit 529fd3fCopy full SHA for 529fd3f
1 file changed
CommunityBugFixCollection/PauseAnimatorUpdates.cs
@@ -15,24 +15,6 @@ internal sealed class PauseAnimatorUpdates : ResoniteBugFixMonkey<PauseAnimatorU
15
16
public override IEnumerable<string> Authors { get; } = [.. Contributors.Banane9, .. Contributors.Onan];
17
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
36
private static bool Prefix(Animator __instance)
37
{
38
if (!Enabled)
@@ -62,6 +44,4 @@ private static bool Prefix(Animator __instance)
62
44
return false;
63
45
}
64
46
65
66
67
47
0 commit comments