1
0
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:
Zeno Rogue 2023-09-18 12:07:29 +02:00
parent 23423e4016
commit 4d680e13c4

View File

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