aboutsummaryrefslogtreecommitdiffstats
path: root/src/demo
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-03-29 14:29:50 +0200
committerSven Gothel <[email protected]>2011-03-29 14:29:50 +0200
commit4ed4dc3847d8d53a3424011f3d56b00ef246a81e (patch)
treea086b3800ba824f71ffa76aa7a946aa81a90833c /src/demo
parent2a3a260aece0060f5aa03d83a177d3f373664324 (diff)
Refactor / Use font name as file path, if not a java font
Diffstat (limited to 'src/demo')
-rw-r--r--src/demo/GPUTextGLListenerBase01.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demo/GPUTextGLListenerBase01.java b/src/demo/GPUTextGLListenerBase01.java
index 1b2dd7e17..4e3a57fd9 100644
--- a/src/demo/GPUTextGLListenerBase01.java
+++ b/src/demo/GPUTextGLListenerBase01.java
@@ -37,7 +37,7 @@ import javax.media.opengl.GLEventListener;
import javax.media.opengl.GLException;
import javax.media.opengl.GLPipelineFactory;
-import com.jogamp.graph.curve.text.HwTextRenderer;
+import com.jogamp.graph.curve.HwTextRenderer;
import com.jogamp.graph.font.Font;
import com.jogamp.graph.geom.Vertex;
import com.jogamp.newt.event.KeyEvent;