1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +00:00

fixed drawStats without CAP_GL

This commit is contained in:
Zeno Rogue 2017-12-02 00:23:37 +01:00
parent 21a18d7968
commit eb94d229d7

View File

@ -376,7 +376,9 @@ void drawStats() {
dynamicval<ld> vax(vid.alphax, 1);
dynamicval<videopar> v(vid, vid);
calcparam();
#if CAP_GL
selectEyeGL(0);
#endif
if(haveMobileCompass()) {
initquickqueue();
@ -550,6 +552,8 @@ XLAT(
}
calcparam();
#if CAP_GL
selectEyeGL(0);
#endif
}