From 14eee1e48225a3e7a782373ea28186e75d619c08 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 19 Nov 2016 00:03:34 -0500 Subject: add comment --- src/StardewModdingAPI/Inheritance/SGame.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/StardewModdingAPI') diff --git a/src/StardewModdingAPI/Inheritance/SGame.cs b/src/StardewModdingAPI/Inheritance/SGame.cs index 5f562ea9..3471d01b 100644 --- a/src/StardewModdingAPI/Inheritance/SGame.cs +++ b/src/StardewModdingAPI/Inheritance/SGame.cs @@ -368,6 +368,7 @@ namespace StardewModdingAPI.Inheritance /// The method called to draw everything to the screen. /// A snapshot of the game timing state. + /// This implementation is identical to , except for minor formatting and added events. protected override void Draw(GameTime gameTime) { // track frame rate -- cgit