mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-31 22:12:59 +00:00
do not draw Safety in high-qual screenshots
This commit is contained in:
@@ -209,6 +209,7 @@ void drawSpeed(const shiftmatrix& V, ld scale=1) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void drawSafety(const shiftmatrix& V, int ct) {
|
void drawSafety(const shiftmatrix& V, int ct) {
|
||||||
|
if(inHighQual) return;
|
||||||
#if CAP_QUEUE
|
#if CAP_QUEUE
|
||||||
ld ds = ptick(50);
|
ld ds = ptick(50);
|
||||||
color_t col = darkena(iinf[itOrbSafety].color, 0, 0xFF);
|
color_t col = darkena(iinf[itOrbSafety].color, 0, 0xFF);
|
||||||
|
|||||||
Reference in New Issue
Block a user