Corrected comment.

This commit is contained in:
Camilla Berglund 2013-06-19 13:49:51 +02:00
parent 3be3f58a92
commit 933005a022

View File

@ -505,8 +505,7 @@ static void processEvent(XEvent *event)
window = _glfwFindWindowByHandle(event->xany.window);
if (window == NULL)
{
// This is either an event for a destroyed GLFW window or an event
// of a type not currently supported by GLFW
// This is an event for a window that has already been destroyed
return;
}
}