mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +00:00
fixed drawStats without CAP_GL
This commit is contained in:
parent
21a18d7968
commit
eb94d229d7
4
hud.cpp
4
hud.cpp
@ -376,7 +376,9 @@ void drawStats() {
|
|||||||
dynamicval<ld> vax(vid.alphax, 1);
|
dynamicval<ld> vax(vid.alphax, 1);
|
||||||
dynamicval<videopar> v(vid, vid);
|
dynamicval<videopar> v(vid, vid);
|
||||||
calcparam();
|
calcparam();
|
||||||
|
#if CAP_GL
|
||||||
selectEyeGL(0);
|
selectEyeGL(0);
|
||||||
|
#endif
|
||||||
|
|
||||||
if(haveMobileCompass()) {
|
if(haveMobileCompass()) {
|
||||||
initquickqueue();
|
initquickqueue();
|
||||||
@ -550,6 +552,8 @@ XLAT(
|
|||||||
}
|
}
|
||||||
|
|
||||||
calcparam();
|
calcparam();
|
||||||
|
#if CAP_GL
|
||||||
selectEyeGL(0);
|
selectEyeGL(0);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user