We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f1cc9 commit 22010ebCopy full SHA for 22010eb
ecsact/runtime/async.h
@@ -213,7 +213,7 @@ ECSACT_ASYNC_API_FN(int32_t, ecsact_async_get_current_tick)(void);
213
* fields must be supplied as a sequential array in declaration order,
214
* otherwise may be NULL.
215
*/
216
-ECSACT_ASYNC_API_FN(ecsact_async_request_id, ecsact_async_stream)
+ECSACT_ASYNC_API_FN(void, ecsact_async_stream)
217
( //
218
ecsact_entity_id entity,
219
ecsact_component_id component_id,
0 commit comments