Pull down EvaluationFailureException.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user