mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
no icons in VR UI
This commit is contained in:
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user