diff options
author | Sven Gothel <[email protected]> | 2011-03-26 19:23:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-03-26 19:23:47 +0100 |
commit | a7c95f26e87460b76763f26723bbd9379c9fc4cb (patch) | |
tree | be4e4805f1a1965d20c16495d740a98ca681f0c3 | |
parent | ae00fd949a08340a1dd291d7f3e5d800feb1af46 (diff) |
revert to 2nd pass magic fbo size 190
-rw-r--r-- | src/demo/GPUTextNewtDemo02.java | 2 |
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) { |