mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-22 16:30:23 +00:00
Reduce stderr spam
This commit is contained in:
parent
ce044fcb69
commit
7df7bfcaa6
1 changed files with 2 additions and 0 deletions
|
@ -602,8 +602,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 a new issue