Skip to content

Commit 340dcd9

Browse files
committed
Fix: CoroutineBenchmark fails
1 parent 975a5b8 commit 340dcd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sandbox/Benchmark/CoroutineBenchmark.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public void GlobalSetup()
1414
{
1515
core.Setup("coroutine.lua");
1616
core.LuaCSharpState.OpenBasicLibrary();
17+
core.LuaCSharpState.OpenCoroutineLibrary();
1718
}
1819

1920
[Benchmark(Description = "MoonSharp (RunString)")]

0 commit comments

Comments
 (0)