Skip to content

Commit

Permalink
update RGFW
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jan 12, 2025
1 parent 6d510ef commit 350765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_render_samples/custom_render_rgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "custom_render_rgl.h"

int main(void) {
RGFW_window* win = RGFW_createWindow("name", RGFW_RECT(0, 0, 500, 500), RGFW_CENTER);
RGFW_window* win = RGFW_createWindow("name", RGFW_RECT(0, 0, 500, 500), RGFW_windowCenter);
RSGL_init(RSGL_AREA(win->r.w, win->r.h), RGFW_getProcAddress);

u32 comicSans = RSGL_loadFont("COMICSANS.ttf");
Expand Down

0 comments on commit 350765e

Please sign in to comment.