From 03b89f053b9e938582bcf3e92eb0d89e0c20945b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 25 May 2024 11:46:11 +0200 Subject: [PATCH] do not draw Safety in high-qual screenshots --- graph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/graph.cpp b/graph.cpp index 170ab548..955b5231 100644 --- a/graph.cpp +++ b/graph.cpp @@ -209,6 +209,7 @@ void drawSpeed(const shiftmatrix& V, ld scale=1) { } void drawSafety(const shiftmatrix& V, int ct) { + if(inHighQual) return; #if CAP_QUEUE ld ds = ptick(50); color_t col = darkena(iinf[itOrbSafety].color, 0, 0xFF);