Remove redundant break

This commit is contained in:
Doug Binks 2025-11-26 12:59:12 +00:00
parent eae0dab99f
commit 8a213dcdf1

View File

@ -1381,7 +1381,6 @@ static void handleEvents(double* timeout)
else if (wl_display_dispatch_pending(_glfw.wl.display) > 0)
{
event = GLFW_TRUE;
break;
}
}