mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
finishing what I started, fixing contour bug for good, closing #791
This commit is contained in:
@@ -1783,6 +1783,7 @@ public class PShape implements PConstants {
|
||||
g.endContour();
|
||||
}
|
||||
g.beginContour();
|
||||
codeIndex++;
|
||||
insideContour = true;
|
||||
}
|
||||
|
||||
@@ -1795,6 +1796,7 @@ public class PShape implements PConstants {
|
||||
g.endContour();
|
||||
}
|
||||
g.beginContour();
|
||||
codeIndex++;
|
||||
insideContour = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user