Skip to content

Commit

Permalink
Another iOS OpenGL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 27, 2025
1 parent 202a5e9 commit d5cea67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backends/system/ios/sources/GLView.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
#include <kore3/input/surface.h>
#include <kore3/system.h>

#ifdef KORE_OPENGL
#include <kore3/backend/graphics4/OpenGLWindow.h>
#endif

static const int touchmaxcount = 20;
static void *touches[touchmaxcount];

Expand Down

0 comments on commit d5cea67

Please sign in to comment.