Skip to content

Commit

Permalink
RENDERERGL2: Warnings spamming the console #307
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Nov 2, 2024
1 parent c34ee8d commit 0763232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/renderergl2/tr_image.c
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ static void R_LoadImage(const char *name, byte **pic, int *width, int *height, G
}
}
if (*pic == NULL) {
ri.Printf(PRINT_WARNING, "WARNING: image '%s' not present\n", name);
ri.Printf(PRINT_DEVELOPER, "WARNING: image '%s' not present\n", name);
}
}

Expand Down

0 comments on commit 0763232

Please sign in to comment.