mirror of
https://github.com/glfw/glfw.git
synced 2025-12-15 19:53:14 +00:00
Remove redundant break
This commit is contained in:
parent
eae0dab99f
commit
8a213dcdf1
@ -1381,7 +1381,6 @@ static void handleEvents(double* timeout)
|
|||||||
else if (wl_display_dispatch_pending(_glfw.wl.display) > 0)
|
else if (wl_display_dispatch_pending(_glfw.wl.display) > 0)
|
||||||
{
|
{
|
||||||
event = GLFW_TRUE;
|
event = GLFW_TRUE;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user