Prevent spill-over of new variables in Engine::call_fn.

This commit is contained in:
Stephen Chung
2021-08-17 23:24:41 +08:00
parent b6eac65601
commit 58352e00bd
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* Custom syntax starting with a disabled standard keyword now works properly.
* When calling `Engine::call_fn`, new variables defined during evaluation of the body script are removed and no longer spill into the function call.
Enhancements
------------