diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-27 17:06:15 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-27 17:06:15 -0400 |
commit | ab8599583e549bda59bc3e0783bd5e1657ef7b1b (patch) | |
tree | 6096cc071f3693cdc2c5268ec347005c223b1075 /docs | |
parent | 31e31538f128f2a79b553a2cc20fe8a6f13e8a06 (diff) | |
download | SMAPI-ab8599583e549bda59bc3e0783bd5e1657ef7b1b.tar.gz SMAPI-ab8599583e549bda59bc3e0783bd5e1657ef7b1b.tar.bz2 SMAPI-ab8599583e549bda59bc3e0783bd5e1657ef7b1b.zip |
fix SMAPI's display device not hooked correctly in split-screen mode
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 25698ffa..c03b6005 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,9 @@ * For players: * Fixed mod edits to the farmhouse shifting the player down one tile in some cases. +* For mod authors: + * Fixed map tile rotations/flips not working for farmhands in split-screen mode. + ## 3.12.7 Released 18 September 2021 for Stardew Valley 1.5.4. |