summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'StardewModdingAPI/Constants.cs')
-rw-r--r--StardewModdingAPI/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/StardewModdingAPI/Constants.cs b/StardewModdingAPI/Constants.cs
index 5995028e..4a01c38a 100644
--- a/StardewModdingAPI/Constants.cs
+++ b/StardewModdingAPI/Constants.cs
@@ -62,6 +62,6 @@ namespace StardewModdingAPI
/// <summary>
/// Completely overrides the base game's draw call to the one is SGame
/// </summary>
- public static bool EnableCompletelyOverridingBaseDrawCall => true;
+ public static bool EnableCompletelyOverridingBaseCalls => true;
}
} \ No newline at end of file