mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Corrected comment.
This commit is contained in:
parent
3be3f58a92
commit
933005a022
|
@ -505,8 +505,7 @@ static void processEvent(XEvent *event)
|
||||||
window = _glfwFindWindowByHandle(event->xany.window);
|
window = _glfwFindWindowByHandle(event->xany.window);
|
||||||
if (window == NULL)
|
if (window == NULL)
|
||||||
{
|
{
|
||||||
// This is either an event for a destroyed GLFW window or an event
|
// This is an event for a window that has already been destroyed
|
||||||
// of a type not currently supported by GLFW
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user