Skip to content

Commit

Permalink
fix use of RGFW_UNUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Dec 31, 2024
1 parent dfc2ab5 commit 3a5f8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSGL_gl.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void RSGL_renderInit(void* proc, RSGL_RENDER_INFO* info) {
return;
}
#else
RGFW_UNUSED(proc)
RSGL_UNUSED(proc);
#endif

static const char *defaultVShaderCode = RSGL_MULTILINE_STR(
Expand Down

0 comments on commit 3a5f8be

Please sign in to comment.