From f606174445dbaf381dad227f772b916811cf2fef Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 27 Oct 2022 10:12:14 +0200 Subject: [PATCH] fixed point_direction --- graph.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graph.cpp b/graph.cpp index 86def880..673f665e 100644 --- a/graph.cpp +++ b/graph.cpp @@ -5104,6 +5104,8 @@ EX void precise_mouseover() { point_direction = pd; if(cmode & sm::EDIT_INSIDE_WALLS) { swap(mouseover, mouseover2); + } + else { point_direction =c->c.spin(pd); } return;