From 313355cfaab120c1a58fa0fe11768cecf7e7e1d2 Mon Sep 17 00:00:00 2001 From: Matthias Goerner <1239022+unhyperbolic@users.noreply.github.com> Date: Thu, 25 Jan 2024 00:18:23 -0800 Subject: [PATCH] No longer use openglAppleFixes header since this seems to be fixed. --- opengl/opengl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opengl/opengl.h b/opengl/opengl.h index 734ab2116..905d8f7f0 100644 --- a/opengl/opengl.h +++ b/opengl/opengl.h @@ -36,7 +36,8 @@ #endif #ifdef __APPLE__ -#include "openglAppleFixes.h" +/* This seems to have been fixed by Apple since then. */ +/* #include "openglAppleFixes.h" */ #endif #endif