mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
change hint to DISABLE_OPTIMIZED_STROKE (issue #1302)
This commit is contained in:
@@ -4225,7 +4225,7 @@ public class PShapeOpenGL extends PShape {
|
||||
// Or accurate 2D mode is enabled, which forces each
|
||||
// shape to be rendered separately.
|
||||
protected boolean fragmentedGroup(PGraphicsOpenGL g) {
|
||||
return g.getHint(ENABLE_ACCURATE_2D) ||
|
||||
return g.getHint(DISABLE_OPTIMIZED_STROKE) ||
|
||||
(textures != null && 1 < textures.size()) ||
|
||||
strokedTexture;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user