Skip to content

Commit 33e02b4

Browse files
committed
feat: use new execution context other api
1 parent 7e3a737 commit 33e02b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module(
66

77
bazel_dep(name = "rules_cc", version = "0.0.9")
88
bazel_dep(name = "bazel_skylib", version = "1.6.1")
9-
bazel_dep(name = "ecsact_runtime", version = "0.6.1")
9+
bazel_dep(name = "ecsact_runtime", version = "0.6.9")
1010
bazel_dep(name = "rules_ecsact", version = "0.5.1")
1111
bazel_dep(name = "docopt.cpp", version = "0.6.2")
1212
bazel_dep(name = "magic_enum", version = "0.9.3")

ecsact/wasm/detail/wasm_ecsact_system_execution.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ wasm_trap_t* wasm_ecsact_system_execution_context_other(
256256

257257
auto other = ecsact_system_execution_context_other(
258258
ctx,
259-
ecsact_id_from_wasm_i32<ecsact_entity_id>(args->data[1])
259+
ecsact_id_from_wasm_i32<ecsact_system_assoc_id>(args->data[1])
260260
);
261261

262262
call_mem_alloc(mem);

0 commit comments

Comments
 (0)