diff options
| -rw-r--r-- | sokol_fetch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_fetch.h b/sokol_fetch.h index b102a47f..c2bca921 100644 --- a/sokol_fetch.h +++ b/sokol_fetch.h @@ -1205,7 +1205,7 @@ typedef struct { sfetch_error_t error_code; bool finished; /* user thread only */ - uint32_t user_data_size; + size_t user_data_size; uint64_t user_data[SFETCH_MAX_USERDATA_UINT64]; } _sfetch_item_user_t; |