From eb94d229d7af64197267fa83f81ab063b6682a9f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 2 Dec 2017 00:23:37 +0100 Subject: [PATCH] fixed drawStats without CAP_GL --- hud.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hud.cpp b/hud.cpp index 0d60ab3a..8cc19441 100644 --- a/hud.cpp +++ b/hud.cpp @@ -376,7 +376,9 @@ void drawStats() { dynamicval vax(vid.alphax, 1); dynamicval 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 }