1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 06:27:17 +00:00

usingGL on IOS

This commit is contained in:
Zeno Rogue 2021-06-03 12:25:59 +02:00
parent f6718d875d
commit 168fc5705f

View File

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