Browse Source

add FIXME for util_image->file_path

render_group_fix
cinnaboot 5 years ago
parent
commit
57749c7889
  1. 2
      include/util_image.h

2
include/util_image.h

@ -13,6 +13,8 @@ struct util_image
int32 num_channels;
uint data_len;
uint8* pixels;
// FIXME: should use a pointer here, and just add the length of file_path
// onto the allocation for util_image
char file_path[256];
};

Loading…
Cancel
Save