mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 10:50:35 +00:00
dice help no longer drawn in high-quality screenshots
This commit is contained in:
parent
23423e4016
commit
4d680e13c4
@ -1197,7 +1197,8 @@ EX namespace dice {
|
||||
|
||||
int si = dw->facesides;
|
||||
|
||||
if(c == lmouseover_distant) {
|
||||
if(inHighQual) ;
|
||||
else if(c == lmouseover_distant) {
|
||||
set<cell*> visited;
|
||||
struct celldata_t {
|
||||
cell* c;
|
||||
|
Loading…
Reference in New Issue
Block a user