Skip to content

Commit 79760ff

Browse files
authored
fix: allow system impls to be set multiple times (#73)
1 parent 29d2087 commit 79760ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ecsact/wasm/detail/wasm.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ ecsactsi_wasm_error ecsactsi_wasm_load(
196196
return std::nullopt;
197197
};
198198

199+
all_minsts.clear();
199200
all_minsts.reserve(100);
200201

201202
for(auto i = 0; 100 > i; ++i) {

0 commit comments

Comments
 (0)