Skip to content

Commit

Permalink
Update engine/src/main/java/org/terasology/engine/core/subsystem/lwjg…
Browse files Browse the repository at this point in the history
…l/LwjglGraphics.java

Co-authored-by: BenjaminAmos <[email protected]>
  • Loading branch information
pollend and BenjaminAmos committed Sep 26, 2023
1 parent e76799e commit f3efca5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public void postInitialise(Context rootContext) {
GLFW.glfwWindowHint(GLFW.GLFW_COCOA_GRAPHICS_SWITCHING, GLFW.GLFW_TRUE);
GLFW.glfwWindowHint(GLFW.GLFW_COCOA_RETINA_FRAMEBUFFER, GLFW.GLFW_FALSE);
GLFW.glfwWindowHint(GLFW.GLFW_DEPTH_BITS, config.getPixelFormat());
GLFW.glfwWindowHint(GLFW.GLFW_CLIENT_API, GLFW.GLFW_NO_API);
if (config.getDebug().isEnabled()) {
GLFW.glfwWindowHint(GLFW.GLFW_OPENGL_DEBUG_CONTEXT, GLFW.GLFW_TRUE);
}
Expand Down

0 comments on commit f3efca5

Please sign in to comment.