Pull down EvaluationFailureException.

This commit is contained in:
2023-01-13 22:18:13 +08:00
parent 5b14466059
commit 4f93995bbd
3 changed files with 21 additions and 5 deletions

View File

@@ -142,7 +142,8 @@ namespace Cryville.Crtr {
return _flag ? a : null;
}
catch (Exception) {
throw new SelectorNotStaticException();
if (dyn) throw;
else throw new SelectorNotStaticException();
}
finally {
ChartPlayer.etor.ContextTransform = null;