Skip to content

Commit 8743e11

Browse files
committed
Update rmodels.c
1 parent 04f8153 commit 8743e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rmodels.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5284,7 +5284,7 @@ static cgltf_result LoadFileGLTFCallback(const struct cgltf_memory_options *memo
52845284
}
52855285

52865286
// Release file data callback for cgltf
5287-
static void ReleaseFileGLTFCallback(const struct cgltf_memory_options *memoryOptions, const struct cgltf_file_options *fileOptions, void *data)
5287+
static void ReleaseFileGLTFCallback(const struct cgltf_memory_options *memoryOptions, const struct cgltf_file_options *fileOptions, void *data, cgltf_size size)
52885288
{
52895289
UnloadFileData((unsigned char *)data);
52905290
}

0 commit comments

Comments
 (0)