Skip to content

Commit

Permalink
feat: Remove request id from ecsact_async_stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan committed Nov 9, 2024
1 parent d7de0cc commit 2f8079e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecsact/runtime/async.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ ECSACT_ASYNC_API_FN(int32_t, ecsact_async_get_current_tick)(void);
* fields must be supplied as a sequential array in declaration order,
* otherwise may be NULL.
*/
ECSACT_ASYNC_API_FN(ecsact_async_request_id, ecsact_async_stream)
ECSACT_ASYNC_API_FN(void, ecsact_async_stream)
( //
ecsact_entity_id entity,
ecsact_component_id component_id,
Expand Down

0 comments on commit 2f8079e

Please # to comment.