Skip to content

2022-May-27 - Prerelease - 2.6.803

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 May 13:24
1ab27d4
Make unitImageFactory.getIcon() always return an icon. (#10515)

* Make unitImageFactory.getIcon() always return an icon.

Make unitImageFactory.getIcon() always return an icon, by making use of the "missing unit" icon for missing units. This reduces complexity by callers not having to have extra logic to handle missing icons and brings consistency with other places that show images.

Also some small clean ups in files being changed.

* Remove unused logging annotation and improve comments.