Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: Fix array_of_pointers to act only on those pointers
Previously in array_of_pointers we were updating the vol dict for the base pointer type. Now we clone it before modifying it, so we're only interfering with that one type, not any future types. Fixes #922
- Loading branch information