alqeeu
Results
11
comments of
alqeeu
Currently, textures.c has a lot of checks like this in many functions: ```c if ((image->data == NULL) || (image->width == 0) || (image->height == 0)) return; ``` > Users are...