From 168fc5705fead3e3d9ab9a038cc044905451584d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 3 Jun 2021 12:25:59 +0200 Subject: [PATCH] usingGL on IOS --- basegraph.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basegraph.cpp b/basegraph.cpp index fbf58428..42ca7135 100644 --- a/basegraph.cpp +++ b/basegraph.cpp @@ -1389,6 +1389,10 @@ EX void init_graph() { graphics_on = true; +#if ISIOS + vid.usingGL = true; +#endif + #if ISANDROID setvideomode_android(); #endif