mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-31 19:29:18 +00:00
no icons in VR UI
This commit is contained in:
parent
0ffd31e4b4
commit
fc28c4c20a
1
hud.cpp
1
hud.cpp
@ -175,6 +175,7 @@ int glyphflags(int gid) {
|
|||||||
|
|
||||||
EX bool graphglyph() {
|
EX bool graphglyph() {
|
||||||
// if(GDIM == 3) return false;
|
// if(GDIM == 3) return false;
|
||||||
|
if(vrhr::active()) return false;
|
||||||
return vid.graphglyph == 2 || (vid.graphglyph == 1 && vid.monmode);
|
return vid.graphglyph == 2 || (vid.graphglyph == 1 && vid.monmode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user