usingGL on IOS

This commit is contained in:
Zeno Rogue 2021-06-03 12:25:59 +02:00
parent f6718d875d
commit 168fc5705f
1 changed files with 4 additions and 0 deletions

View File

@ -1389,6 +1389,10 @@ EX void init_graph() {
graphics_on = true;
#if ISIOS
vid.usingGL = true;
#endif
#if ISANDROID
setvideomode_android();
#endif