usingGL on IOS

This commit is contained in:
Zeno Rogue
2021-06-03 13:26:10 +02:00
parent f6718d875d
commit 168fc5705f
+4
View File
@@ -1389,6 +1389,10 @@ EX void init_graph() {
graphics_on = true;
#if ISIOS
vid.usingGL = true;
#endif
#if ISANDROID
setvideomode_android();
#endif