Code cleanup.

This commit is contained in:
2022-11-11 17:46:10 +08:00
parent 0b17520bfd
commit bca71982e5
2 changed files with 6 additions and 0 deletions

View File

@@ -116,6 +116,8 @@ namespace Cryville.Crtr {
ChartPlayer.etor.ContextTransform = a;
ChartPlayer.etor.ContextEvent = h.Container;
ChartPlayer.etor.Evaluate(_op, _exp);
ChartPlayer.etor.ContextEvent = null;
ChartPlayer.etor.ContextTransform = null;
return _flag ? a : null;
}
}