Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Disallow mutatation of
SpriteAnimationGroupComponent.animations
(
#3183) Many users try to modify the `SpriteAnimationGroupComponent.animations` map, but that doesn't work since it has to go through the setter, so this PR makes the returned map from the getter unmodifiable.
- Loading branch information