Skip to content

Commit

Permalink
remove extra RGFW calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Dec 31, 2024
1 parent 70cdd0e commit 092113e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/basics/basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@ int main(void) {
win2 = RGFW_createWindow("subwindow", RGFW_RECT(200, 200, 200, 200), 0);
#endif

/*unsigned short gp = RSGL_registerGamepad(win, 0);*/
unsigned char i;

RSGL_setClearArgs(true);

u32 fps = 0;


RSGL_init(RSGL_AREA(win->r.w, win->r.h), RGFW_getProcAddress);

while (RGFW_window_shouldClose(win) == false) {
Expand Down

0 comments on commit 092113e

Please sign in to comment.