diff options
| author | Rylan/wowmom98 <[email protected]> | 2017-05-02 21:38:35 -0400 |
|---|---|---|
| committer | Rylan/wowmom98 <[email protected]> | 2017-05-02 21:38:52 -0400 |
| commit | 8381c825b1c6d4d47af23e9461ece4f4a1f88cc5 (patch) | |
| tree | 5c65cccdd17f8d89125841663749cbaf970ed52a /ShiftOS.WinForms/OobeStory.cs | |
| parent | 49eff9f7efd67cfb1da3511fe5a93c422bf9a95c (diff) | |
| download | shiftos_thereturn-8381c825b1c6d4d47af23e9461ece4f4a1f88cc5.tar.gz shiftos_thereturn-8381c825b1c6d4d47af23e9461ece4f4a1f88cc5.tar.bz2 shiftos_thereturn-8381c825b1c6d4d47af23e9461ece4f4a1f88cc5.zip | |
fixed dividing by zero
Diffstat (limited to 'ShiftOS.WinForms/OobeStory.cs')
| -rw-r--r-- | ShiftOS.WinForms/OobeStory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/OobeStory.cs b/ShiftOS.WinForms/OobeStory.cs index b0fa444..bab4889 100644 --- a/ShiftOS.WinForms/OobeStory.cs +++ b/ShiftOS.WinForms/OobeStory.cs @@ -111,7 +111,7 @@ namespace ShiftOS.WinForms ConsoleEx.Bold = false; ConsoleEx.BackgroundColor = ConsoleColor.Black; Console.Write("Formatting: ["); - int formatProgress = 0; + int formatProgress = 3; while (formatProgress <= 100) { if (formatProgress % 3 == 0) |
