removed print
This commit is contained in:
parent
fa35870b20
commit
9d506d688b
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@ Renderer new_renderer(char **textures, int texture_count) {
|
|||
renderer.textures[i].width = width;
|
||||
renderer.textures[i].height = height;
|
||||
renderer.textures[i].nr_channels = nr_channels;
|
||||
printf("texture info | width: %d, height: %d, nr_channels: %d\n", width, height, nr_channels);
|
||||
}
|
||||
else {
|
||||
fprintf(stderr, "failed to load texture %d\n", i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue