From fc28c4c20ae659ec66355e108b0d7bab3e5c6334 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 31 Dec 2020 05:17:12 +0100 Subject: [PATCH] no icons in VR UI --- hud.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hud.cpp b/hud.cpp index 135c951d..c7cfa664 100644 --- a/hud.cpp +++ b/hud.cpp @@ -175,6 +175,7 @@ int glyphflags(int gid) { EX bool graphglyph() { // if(GDIM == 3) return false; + if(vrhr::active()) return false; return vid.graphglyph == 2 || (vid.graphglyph == 1 && vid.monmode); }