diff --git a/src/graphics/graphics.c b/src/graphics/graphics.c index 8adc61af..67963900 100644 --- a/src/graphics/graphics.c +++ b/src/graphics/graphics.c @@ -163,7 +163,6 @@ void lovrGraphicsCreateWindow(int w, int h, bool fullscreen, int msaa, const cha glfwSwapInterval(0); glEnable(GL_LINE_SMOOTH); glEnable(GL_PROGRAM_POINT_SIZE); - glEnable(GL_CLIP_DISTANCE0); if (state.gammaCorrect) { glEnable(GL_FRAMEBUFFER_SRGB); } else {