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:
parent
f6718d875d
commit
168fc5705f
@ -1389,6 +1389,10 @@ EX void init_graph() {
|
||||
|
||||
graphics_on = true;
|
||||
|
||||
#if ISIOS
|
||||
vid.usingGL = true;
|
||||
#endif
|
||||
|
||||
#if ISANDROID
|
||||
setvideomode_android();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user