mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Cleanup.
This commit is contained in:
@@ -217,7 +217,7 @@ bimg::ImageContainer* convert(bx::AllocatorI* _allocator, const void* _inputData
|
||||
return NULL;
|
||||
}
|
||||
|
||||
input = bimg::imageConvert(_allocator, outputFormat, *dst);
|
||||
input = bimg::imageConvert(_allocator, inputFormat, *dst);
|
||||
bimg::imageFree(dst);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user