8000 small error in reseting values at end of loop · matplotlib/matplotlib@7d58055 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d58055

Browse files
committed
small error in reseting values at end of loop
1 parent b23b13d commit 7d58055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/path_converters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ class PathSimplifier : protected EmbeddedQueue<9>
882882
m_lastx = m_nextX = *x;
883883
m_lasty = m_nextY = *y;
884884
m_dnorm2BackwardMax = 0.0;
885-
m_lastForwardMax = false;
885+
m_lastBackwardMax = false;
886886

887887
m_clipped = false;
888888
}

0 commit comments

Comments
 (0)
0