From e71657a2f25d836db07a35a285807d4a5531b1e6 Mon Sep 17 00:00:00 2001 From: squid233 <60126026+squid233@users.noreply.github.com> Date: Fri, 29 Dec 2023 19:07:54 +0800 Subject: [PATCH] Update GLFW.java --- modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java b/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java index 795b7007..dc2aad7d 100644 --- a/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java +++ b/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java @@ -5586,8 +5586,7 @@ public static long getTimerFrequency() { * hint. *

* The specified window must have an OpenGL or OpenGL ES context. - * Specifying - * a window without a context will generate a {@link #NO_WINDOW_CONTEXT} + * Specifying a window without a context will generate a {@link #NO_WINDOW_CONTEXT} * error. * * @param window The window whose context to make current, or {@link MemorySegment#NULL NULL} to