imlib_load_image_frame_mem(): set nocache

This commit is contained in:
NRK 2022-09-29 03:44:46 +06:00 committed by Kim Woelders
parent c69325d68c
commit 280573e6e2
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ imlib_load_image_frame_mem(const char *file, int frame, const void *data,
size_t size)
{
Imlib_Image im;
ImlibLoadArgs ila = { ILA0(ctx, 1, 0),.frame = frame };
ImlibLoadArgs ila = { ILA0(ctx, 1, 1),.frame = frame };
CHECK_PARAM_POINTER_RETURN("file", file, NULL);
CHECK_PARAM_POINTER_RETURN("data", data, NULL);