From 2f8079e4ae82b38abeda98f66e5cdef53896b8c4 Mon Sep 17 00:00:00 2001 From: Kelwan Date: Sat, 9 Nov 2024 15:48:09 -0800 Subject: [PATCH] feat: Remove request id from ecsact_async_stream --- ecsact/runtime/async.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecsact/runtime/async.h b/ecsact/runtime/async.h index 19a5496f..0437babe 100644 --- a/ecsact/runtime/async.h +++ b/ecsact/runtime/async.h @@ -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,