Skip to content

Commit

Permalink
update for RSGL
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Dec 24, 2024
1 parent 8e6f50d commit e70f20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFont.h
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ void RFont_opengl_getError(void) {

#endif

RFont_create_atlas RFont_create_atlas(u32 atlasWidth, u32 atlasHeight) {
RFont_texture RFont_create_atlas(u32 atlasWidth, u32 atlasHeight) {
#if defined(RFONT_DEBUG) && !defined(RFONT_RENDER_LEGACY)
glEnable(GL_DEBUG_OUTPUT);
#endif
Expand Down

0 comments on commit e70f20b

Please sign in to comment.