Reduce stderr spam
This commit is contained in:
parent
babe08df5c
commit
0e59a90627
|
@ -709,8 +709,10 @@ static void import_texture(int tile) {
|
|||
uint8_t siz = rdp.texture_tile.siz;
|
||||
|
||||
if (!rdp.loaded_texture[tile].addr) {
|
||||
#ifdef DEVELOPMENT
|
||||
fprintf(stderr, "NULL texture: tile %d, format %d/%d, size %d\n",
|
||||
tile, (int)fmt, (int)siz, (int)rdp.loaded_texture[tile].size_bytes);
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue