fixed dividing by zero

This commit is contained in:
Rylan/wowmom98 2017-05-02 21:38:35 -04:00
parent 49eff9f7ef
commit 8381c825b1

View file

@ -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)