diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-28 18:37:46 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-28 18:37:46 -0500 |
commit | e58681f1bccb02a5aa079a54a981fa05e39260c9 (patch) | |
tree | 2850545215afb09666a384ae1ee5ae7f5a6921d7 /docs | |
parent | 924c3a5d3fe6bfad483834112883156bdf202b57 (diff) | |
download | SMAPI-e58681f1bccb02a5aa079a54a981fa05e39260c9.tar.gz SMAPI-e58681f1bccb02a5aa079a54a981fa05e39260c9.tar.bz2 SMAPI-e58681f1bccb02a5aa079a54a981fa05e39260c9.zip |
fix some map tilesheets not editable if not playing in English
Diffstat (limited to 'docs')
-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 cfcaf65c..2f5ecf5d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,7 @@ * For modders: * Reloading a map asset will now update affected locations. * Reloading the `Data\NPCDispositions` asset will now update affected NPCs. + * Fixed some map tilesheets not editable if not playing in English. * Fixed newlines in most manifest fields not being ignored. * For the web UI: |