Skip to content

Commit

Permalink
fix: add missing in for each
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 29, 2024
1 parent 7d80e1b commit 9dcfb4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecsact/runtime/async.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ ECSACT_ASYNC_API_FN(int32_t, ecsact_async_get_current_tick)(void);
fn(ecsact_async_flush_events, __VA_ARGS__); \
fn(ecsact_async_connect, __VA_ARGS__); \
fn(ecsact_async_disconnect, __VA_ARGS__); \
fn(ecsact_async_get_status, __VA_ARGS__); \
fn(ecsact_async_get_current_tick, __VA_ARGS__);

#undef ECSACT_ASYNC_API
Expand Down

0 comments on commit 9dcfb4b

Please sign in to comment.