Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jan 2, 2025
1 parent ad8bb76 commit 2f213ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RFont.h
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,6 @@ b8 RFont_resize_atlas(RFont_texture* atlas, u32 newWidth, u32 newHeight) {
glBindTexture(GL_TEXTURE_2D, 0);

*atlas = newAtlas;
printf("%i\n", newAtlas);
return 1;
}
#ifndef GL_UNPACK_ROW_LENGTH
Expand Down

0 comments on commit 2f213ff

Please sign in to comment.