no icons in VR UI

This commit is contained in:
Zeno Rogue 2020-12-31 05:17:12 +01:00
parent 0ffd31e4b4
commit fc28c4c20a
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}