Skip to content

Commit

Permalink
remove TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jan 2, 2025
1 parent 9eecc47 commit 81a1eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/RSGL_rsoft.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ b8 RFont_resize_atlas(RFont_texture* atlas, u32 newWidth, u32 newHeight) {
RSGL_renderDeleteTexture(*atlas);
*atlas = (u64)newTexture;

return TRUE;
return 1;
}

void RFont_bitmap_to_atlas(RFont_texture atlas, u8* bitmap, float x, float y, float w, float h) {
Expand Down

0 comments on commit 81a1eb9

Please sign in to comment.