diff options
| author | Michael <[email protected]> | 2017-05-27 16:59:54 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-27 16:59:54 -0400 |
| commit | e841b168e13e0bd699c0e0d19857167aa725f1ca (patch) | |
| tree | 6d8754bbf66fcc52e80d4d0bf642d919c5a41aee /ShiftOS.WinForms/Stories | |
| parent | fde832b35763443afdc57dc8a5d82fb3bb25009b (diff) | |
| download | shiftos_thereturn-e841b168e13e0bd699c0e0d19857167aa725f1ca.tar.gz shiftos_thereturn-e841b168e13e0bd699c0e0d19857167aa725f1ca.tar.bz2 shiftos_thereturn-e841b168e13e0bd699c0e0d19857167aa725f1ca.zip | |
stuff
Diffstat (limited to 'ShiftOS.WinForms/Stories')
| -rw-r--r-- | ShiftOS.WinForms/Stories/LegionStory.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ShiftOS.WinForms/Stories/LegionStory.cs b/ShiftOS.WinForms/Stories/LegionStory.cs index 9b4966f..53d55fb 100644 --- a/ShiftOS.WinForms/Stories/LegionStory.cs +++ b/ShiftOS.WinForms/Stories/LegionStory.cs @@ -92,14 +92,7 @@ namespace ShiftOS.WinForms.Stories ConsoleEx.ForegroundColor = ConsoleColor.Gray; ConsoleEx.Bold = false; - foreach (var c in text) - { - Desktop.InvokeOnWorkerThread(() => - { - Console.Write(c); - }); - Thread.Sleep(75); - } + Console.WriteLine(text); Thread.Sleep(1000); } |
