Skip to content

Commit 22010eb

Browse files
authored
feat: Remove request id from ecsact_async_stream (#266)
1 parent 92f1cc9 commit 22010eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecsact/runtime/async.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ ECSACT_ASYNC_API_FN(int32_t, ecsact_async_get_current_tick)(void);
213213
* fields must be supplied as a sequential array in declaration order,
214214
* otherwise may be NULL.
215215
*/
216-
ECSACT_ASYNC_API_FN(ecsact_async_request_id, ecsact_async_stream)
216+
ECSACT_ASYNC_API_FN(void, ecsact_async_stream)
217217
( //
218218
ecsact_entity_id entity,
219219
ecsact_component_id component_id,

0 commit comments

Comments
 (0)