From 8a445f961e05c5b432053ff3209bcb9b70f4aa96 Mon Sep 17 00:00:00 2001 From: Rylan/wowmom98 Date: Sat, 4 Feb 2017 12:22:08 -0500 Subject: [PATCH] MADE INTRO FASTER (part 1) --- ShiftOS.WinForms/FakeSetupScreen.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ShiftOS.WinForms/FakeSetupScreen.cs b/ShiftOS.WinForms/FakeSetupScreen.cs index ff1db62..a9ecc38 100644 --- a/ShiftOS.WinForms/FakeSetupScreen.cs +++ b/ShiftOS.WinForms/FakeSetupScreen.cs @@ -283,7 +283,6 @@ So make sure your password is secure enough that it can't be guessed, but easy f { for(long i = 0; i <= arbitraryAmountOfBytes; i++) { - Thread.Sleep(250); this.Invoke(new Action(() => { pgformatprogress.Value = (int)i;