summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-03-26 19:23:47 +0100
committerSven Gothel <[email protected]>2011-03-26 19:23:47 +0100
commita7c95f26e87460b76763f26723bbd9379c9fc4cb (patch)
treebe4e4805f1a1965d20c16495d740a98ca681f0c3
parentae00fd949a08340a1dd291d7f3e5d800feb1af46 (diff)
revert to 2nd pass magic fbo size 190
-rw-r--r--src/demo/GPUTextNewtDemo02.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demo/GPUTextNewtDemo02.java b/src/demo/GPUTextNewtDemo02.java
index c7e7504ab..1fbd253c9 100644
--- a/src/demo/GPUTextNewtDemo02.java
+++ b/src/demo/GPUTextNewtDemo02.java
@@ -85,7 +85,7 @@ public class GPUTextNewtDemo02 {
private class TextGLListener extends GPUTextGLListenerBase01 {
public TextGLListener() {
super(SVertex.factory(), Region.TWO_PASS, DEBUG, TRACE);
- setMatrix(-10, 10, 0f, -1000, window.getWidth());
+ setMatrix(-10, 10, 0f, -1000, 190);
}
public void init(GLAutoDrawable drawable) {