From f4e39bb9117a692c543ecf17e79ed98c95ffc70e Mon Sep 17 00:00:00 2001 From: william341 Date: Thu, 27 Jul 2017 19:36:46 -0700 Subject: hacking works like actually it does kindof --- ShiftOS.Frontend/ShiftOS.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS.Frontend/ShiftOS.cs') diff --git a/ShiftOS.Frontend/ShiftOS.cs b/ShiftOS.Frontend/ShiftOS.cs index 88f009a..866f7f5 100644 --- a/ShiftOS.Frontend/ShiftOS.cs +++ b/ShiftOS.Frontend/ShiftOS.cs @@ -295,7 +295,7 @@ namespace ShiftOS.Frontend { if (Hacking.CurrentHackable.DoConnectionTimeout) { - string str = $"Connection TImeout in {(Hacking.CurrentHackable.MillisecondsCountdown / 1000).ToString("#.##")} seconds."; + string str = $"Timeout in {(Hacking.CurrentHackable.MillisecondsCountdown / 1000).ToString("#.##")} seconds."; var gfx = new GraphicsContext(GraphicsDevice, spriteBatch, 0, 0, UIManager.Viewport.Width, UIManager.Viewport.Height); var measure = gfx.MeasureString(str, SkinEngine.LoadedSkin.HeaderFont); gfx.DrawString(str, 5, (gfx.Height - ((int)measure.Y) - 5), Color.Red, SkinEngine.LoadedSkin.HeaderFont); @@ -310,7 +310,7 @@ namespace ShiftOS.Frontend if (fps <= 20) color = Color.Red; gfxContext.DrawString($@"ShiftOS 1.0 Beta 4 -Copyright (c) 2017 Michael VanOverbeek, Rylan Arbour, RogueAI +Copyright (c) 2017 Michael VanOverbeek, Rylan Arbour, RogueAI, william341 This is an unstable build. FPS: {(fps)} An FPS below 20 can cause glitches in keyboard and mouse handling. It is advised that if you are getting these -- cgit v1.2.3