From 10367a3eae27ccd668986d07522102a141c9ac31 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 31 May 2020 17:41:17 -0400 Subject: update TMXTile to fix void map issue on Android --- docs/release-notes.md | 1 + src/SMAPI/SMAPI.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index c9e16db8..dcb4a485 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,7 @@ * MacOS files starting with `._` are now ignored and can no longer cause skipped mods. * Simplified paranoid warning logs and reduced their log level. * Fixed `BadImageFormatException` error detection. + * Fixed black maps on Android for mods which use `.tmx` files. * For the web UI: * Added GitHub licenses to mod compatibility list. diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index 1755b9e7..d36d7b4c 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -19,7 +19,7 @@ - + -- cgit