fixed crashes

This commit is contained in:
javasabr 2016-11-28 06:19:52 +03:00
parent ddfa6e703a
commit 06258a6ddc

@ -341,11 +341,6 @@ public abstract class LwjglWindow extends LwjglContext implements Runnable {
}
glfwSetWindowIcon(window, iconSet);
} finally {
for (final GLFWImage image : images) {
image.close();
}
}
}