summaryrefslogtreecommitdiff
path: root/src/SMAPI/SButton.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-05 15:41:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-05 15:41:21 -0400
commit55cd31f4f7d5122149c02abfaf0f408298503c6a (patch)
tree1f83a758ebb00e55bf55a1b846fe862e89d76945 /src/SMAPI/SButton.cs
parent4f3d7eaafc056a7a2b17b1657e069eb456f60f52 (diff)
downloadSMAPI-55cd31f4f7d5122149c02abfaf0f408298503c6a.tar.gz
SMAPI-55cd31f4f7d5122149c02abfaf0f408298503c6a.tar.bz2
SMAPI-55cd31f4f7d5122149c02abfaf0f408298503c6a.zip
minor cleanup
Diffstat (limited to 'src/SMAPI/SButton.cs')
-rw-r--r--src/SMAPI/SButton.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/SButton.cs b/src/SMAPI/SButton.cs
index bc76c91d..cc412946 100644
--- a/src/SMAPI/SButton.cs
+++ b/src/SMAPI/SButton.cs
@@ -681,7 +681,7 @@ namespace StardewModdingAPI
}
// not valid
- button = default(InputButton);
+ button = default;
return false;
}