Prune code. (Amend)

This commit is contained in:
2022-11-19 10:13:46 +08:00
parent 16be67dc75
commit 5eb9786a7c

View File

@@ -62,10 +62,6 @@ namespace Cryville.Crtr {
}
}
readonly Dictionary<Chart.Motion, Vec1> phMotions = new Dictionary<Chart.Motion, Vec1>();
bool invalidated = false;
readonly List<StampedEvent.Judge> patchedJudgeEvents = new List<StampedEvent.Judge>();
public override void Update(ContainerState s, StampedEvent ev) {
base.Update(s, ev);
if (s.CloneType == 1) {