mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-21 22:05:34 +00:00
Review formating
This commit is contained in:
@@ -4787,8 +4787,8 @@ static Image LoadImageFromCgltfImage(cgltf_image *cgltfImage, const char *texPat
|
||||
void *data = NULL;
|
||||
|
||||
cgltf_options options = { 0 };
|
||||
options.file.read = LoadFileGLTFCallback;
|
||||
options.file.release = ReleaseFileGLTFCallback;
|
||||
options.file.read = LoadFileGLTFCallback;
|
||||
options.file.release = ReleaseFileGLTFCallback;
|
||||
cgltf_result result = cgltf_load_buffer_base64(&options, outSize, cgltfImage->uri + i + 1, &data);
|
||||
|
||||
if (result == cgltf_result_success)
|
||||
|
||||
Reference in New Issue
Block a user