From 01c347c5621a687cfac8889a32e50bd1d16628c8 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 2 Jul 2017 08:34:17 -0400 Subject: Fix softlock in shiftorium gui boot --- ShiftOS_TheReturn/Story.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS_TheReturn') diff --git a/ShiftOS_TheReturn/Story.cs b/ShiftOS_TheReturn/Story.cs index 48cf926..48cf70d 100644 --- a/ShiftOS_TheReturn/Story.cs +++ b/ShiftOS_TheReturn/Story.cs @@ -82,6 +82,7 @@ namespace ShiftOS.Engine public void Complete() { + Thread.Sleep(20); onComplete?.Invoke(); } } -- cgit v1.2.3