aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Stories
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-27 16:59:54 -0400
committerMichael <[email protected]>2017-05-27 16:59:54 -0400
commite841b168e13e0bd699c0e0d19857167aa725f1ca (patch)
tree6d8754bbf66fcc52e80d4d0bf642d919c5a41aee /ShiftOS.WinForms/Stories
parentfde832b35763443afdc57dc8a5d82fb3bb25009b (diff)
downloadshiftos_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.cs9
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);
}