Skip to content

Commit 64273f3

Browse files
authored
fixes runtime loader compile error (#51)
1 parent 9a38f21 commit 64273f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EcsactWasm/Runtime/EcsactWasmRuntimeLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static void OnLoad() {
2121
return;
2222
}
2323

24-
Ecsact.Defaults.WhenReady(Load());
24+
Ecsact.Defaults.WhenReady(Load);
2525
}
2626

2727
private static void Load() {

0 commit comments

Comments
 (0)