Skip to content

Commit

Permalink
update examples, fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jan 15, 2025
1 parent 2baeb03 commit 0cdb2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/silk/silk.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ typedef int64_t i64;

int main(void) {
RGFW_window* win = RGFW_createWindow("Basic buffer example", RGFW_RECT(0, 0, 500, 500), RGFW_windowCenter | RGFW_windowTransparent | RGFW_windowNoResize);
RGFW_window_initBufferArea(win, RGFW_AREA(500, 500));
RGFW_window_initBufferSize(win, RGFW_AREA(500, 500));

u32 angle = 0;

Expand Down

0 comments on commit 0cdb2e7

Please sign in to comment.