disable X'es in set_multi

This commit is contained in:
Zeno Rogue 2022-03-27 15:30:33 +02:00
parent 719aab3fb5
commit 84446a6b9f
1 changed files with 1 additions and 0 deletions

View File

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