Skip to content

Commit e865ceb

Browse files
Update BetterCoros.cs
1 parent c1ea968 commit e865ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Helpers/BetterCoros.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private static IEnumerator<float> Wrapper(
5959
scr.Error($"Coroutine failed with {ex.GetType().AccurateName}: {ex.Message}\n{ex.StackTrace}");
6060
goto End;
6161
}
62-
62+
6363
yield return routine.Current;
6464
}
6565

0 commit comments

Comments
 (0)