mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-25 09:15:43 +08:00
fix(gltf): correct argument type to match declaration (#9421)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
* GLOBAL FUNCTIONS
|
||||
**********************/
|
||||
|
||||
lv_gltf_primitive_t * lv_gltf_data_get_primitive_from_mesh(lv_gltf_mesh_data_t * mesh, uint64_t index)
|
||||
lv_gltf_primitive_t * lv_gltf_data_get_primitive_from_mesh(lv_gltf_mesh_data_t * mesh, size_t index)
|
||||
{
|
||||
return &(mesh->primitives[index]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user