Skip to content

Commit

Permalink
Merge commit '8638674a87c5ea92a87240f8f562ed1c437d1e0c' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 23, 2021
2 parents 3ee89ac + 8638674 commit f68ba3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/kmsdrm/SDL_kmsdrmopengles.c
Expand Up @@ -93,7 +93,7 @@ KMSDRM_GLES_SwapWindow(_THIS, SDL_Window * window) {
KMSDRM_FBInfo *fb_info;
int ret = 0;

/* Always wait for the previous issued flip before issing a new one,
/* Always wait for the previous issued flip before issuing a new one,
even if you do async flips. */
uint32_t flip_flags = DRM_MODE_PAGE_FLIP_EVENT;

Expand Down

0 comments on commit f68ba3c

Please sign in to comment.