mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 09:24:06 +00:00
usingGL on IOS
This commit is contained in:
parent
f6718d875d
commit
168fc5705f
@ -1389,6 +1389,10 @@ EX void init_graph() {
|
|||||||
|
|
||||||
graphics_on = true;
|
graphics_on = true;
|
||||||
|
|
||||||
|
#if ISIOS
|
||||||
|
vid.usingGL = true;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ISANDROID
|
#if ISANDROID
|
||||||
setvideomode_android();
|
setvideomode_android();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user