aboutsummaryrefslogtreecommitdiffstats
path: root/src/demo
diff options
context:
space:
mode:
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 afdec1220..8d4232ef9 100644
--- a/src/demo/GPUTextGLListenerBase01.java
+++ b/src/demo/GPUTextGLListenerBase01.java
@@ -66,7 +66,7 @@ public abstract class GPUTextGLListenerBase01 implements GLEventListener {
static final String text2;
static {
- text1 = "abcdef\nghijklmn\nopqrstuv\nwxyz"; // \n0123456789";
+ text1 = "abcdef\nghijklmn\nopqrstuv\nwxyz\n0123456789";
text2 = text1.toUpperCase();
}