mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
fixed dividing by zero
This commit is contained in:
parent
49eff9f7ef
commit
8381c825b1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue