diff --git a/Program.cs b/Program.cs index bbc2db7..45c28d9 100644 --- a/Program.cs +++ b/Program.cs @@ -311,7 +311,7 @@ public class Game : GameWindow { upTimer = Int64.MaxValue; } - if (input.IsKeyDown(Keys.D0)) { + if (input.IsKeyDown(Keys.D0) || input.IsKeyDown(Keys.GraveAccent)) { zoomLevel = 0f; }