diff options
| author | Michael <[email protected]> | 2017-07-02 08:34:17 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-02 08:34:17 -0400 |
| commit | 01c347c5621a687cfac8889a32e50bd1d16628c8 (patch) | |
| tree | 2a117b46167d0aab6dce25a1d1fcbd260dfbca1c /ShiftOS.WinForms/Applications | |
| parent | 1e5a7ea9b3269966811f0bd96b0614375347c79f (diff) | |
| download | shiftos_thereturn-01c347c5621a687cfac8889a32e50bd1d16628c8.tar.gz shiftos_thereturn-01c347c5621a687cfac8889a32e50bd1d16628c8.tar.bz2 shiftos_thereturn-01c347c5621a687cfac8889a32e50bd1d16628c8.zip | |
Fix softlock in shiftorium gui boot
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs b/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs index f6f3c7f..ab94d11 100644 --- a/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs +++ b/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs @@ -109,7 +109,6 @@ namespace ShiftOS.WinForms.Applications }); t.Start(); } - while (numComplete < cats.Length) { } // wait for all threads to finish their job } private void SetList() |
