From 733cc5272cfed10fa07b707e29fd756f44581508 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 28 Aug 2023 22:54:36 +0200 Subject: Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, report error but do not crash. This behavior has been evaluated with a few fonts and the WIP FontView01 demo application. --- src/jogl/classes/com/jogamp/graph/curve/Region.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jogl/classes/com/jogamp') diff --git a/src/jogl/classes/com/jogamp/graph/curve/Region.java b/src/jogl/classes/com/jogamp/graph/curve/Region.java index 28ac1a134..345b45eab 100644 --- a/src/jogl/classes/com/jogamp/graph/curve/Region.java +++ b/src/jogl/classes/com/jogamp/graph/curve/Region.java @@ -61,7 +61,7 @@ import com.jogamp.opengl.util.texture.TextureSequence; */ public abstract class Region { - /** Debug flag for region impl (graph.curve) */ + /** Debug flag for [com.]jogamp.graph.curve.* incl. Region (graph.curve) */ public static final boolean DEBUG = Debug.debug("graph.curve"); public static final boolean DEBUG_INSTANCE = Debug.debug("graph.curve.Instance"); -- cgit v1.2.3