Decouple the usage of PDT evaluator of chart player.
This commit is contained in:
@@ -462,9 +462,9 @@ namespace Cryville.Crtr.Event {
|
||||
if (transition == null) return new Vector4(time, time, time, time);
|
||||
_ttime = time;
|
||||
_ttimesrc.Invalidate();
|
||||
ChartPlayer.etor.ContextSelfValue = _ttimesrc;
|
||||
ChartPlayer.etor.Evaluate(_transop, transition);
|
||||
ChartPlayer.etor.ContextSelfValue = null;
|
||||
PdtEvaluator.Instance.ContextSelfValue = _ttimesrc;
|
||||
PdtEvaluator.Instance.Evaluate(_transop, transition);
|
||||
PdtEvaluator.Instance.ContextSelfValue = null;
|
||||
return _trans;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user