Fix typo in comment.

This commit is contained in:
ManoloFLTK 2022-03-20 14:07:33 +01:00
parent bc606cce57
commit a2229c8b6b
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ void Fl_Wayland_Gl_Window_Driver::swap_buffers() {
}
if (egl_surface) {
//eglSwapInterval(egl_display, 0); // doesn't sem to have any effect in this context
//eglSwapInterval(egl_display, 0); // doesn't seem to have any effect in this context
if (!egl_resize_in_progress) {
while (wl_display_prepare_read(fl_display) != 0) {
wl_display_dispatch_pending(fl_display);