diff options
Diffstat (limited to 'MonoGameLibrary/Core.cs')
| -rw-r--r-- | MonoGameLibrary/Core.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MonoGameLibrary/Core.cs b/MonoGameLibrary/Core.cs index 9e4c9e3..a746030 100644 --- a/MonoGameLibrary/Core.cs +++ b/MonoGameLibrary/Core.cs @@ -15,6 +15,8 @@ public class Core : Game { public static SpriteBatch SpriteBatch { get; private set; } public static new ContentManager Content { get; private set; } + bool ShowFrameRate { get; set; } = false; + public Core(string title, int width, int height, bool fullscreen) { if (s_instance != null) { throw new InvalidOperationException($"Only a single Core instance can be created"); |
