mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 06:07:12 +00:00
usingGL on IOS
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user