diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-14 18:47:19 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-14 18:47:19 -0400 |
commit | dfb12351333dc3deb47f5c33212d7be7d2ac94d7 (patch) | |
tree | 2bdc0cbdf65d55e08127b17565a4939836a2abf1 /docs/release-notes.md | |
parent | e80b7712f7e4c78a5b016289ca19efaf7d39cd8b (diff) | |
download | SMAPI-dfb12351333dc3deb47f5c33212d7be7d2ac94d7.tar.gz SMAPI-dfb12351333dc3deb47f5c33212d7be7d2ac94d7.tar.bz2 SMAPI-dfb12351333dc3deb47f5c33212d7be7d2ac94d7.zip |
fix semi-transparency issues on Linux/Mac
Apparently Mono no longer premultiplies loaded PNGs by default.
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4a136df5..df931eb3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ # Release notes ## Upcoming release * For players: + * Fixed semi-transparency issues on Linux/Mac in recent versions of Mono (e.g. pink shadows). * Updated translations. Thanks to Annosz (added Hungarian)! * For modders: |