From 84446a6b9f862306d2513384fc69c641aaaae20d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 27 Mar 2022 15:30:33 +0200 Subject: [PATCH] disable X'es in set_multi --- hypgraph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hypgraph.cpp b/hypgraph.cpp index c0aa08b4..f8f69fa6 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -2312,6 +2312,7 @@ EX void draw_model_elements() { } case mdTwoPoint: case mdSimulatedPerspective: fallthrough: { + if(set_multi) return; /* no need */ ld a = -pconf.model_orientation * degree; queuestr(shiftless(xspinpush0(a, +pconf.twopoint_param)), vid.xres / 100, "X", ringcolor >> 8); queuestr(shiftless(xspinpush0(a, -pconf.twopoint_param)), vid.xres / 100, "X", ringcolor >> 8);