diff options
author | Rami Santina <[email protected]> | 2011-03-29 13:26:01 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-03-29 13:26:01 +0300 |
commit | 2f094d97a1cbdf14c25a7ebc1b183e20bdd6c4cd (patch) | |
tree | a53e06083e995f850e334d8d137fcd5823517e19 /src/demo/GPUTextNewtDemo01.java | |
parent | d6aedbf7677e4375d09d0995d3f9c14c5104091b (diff) |
Updated textTextRenderer 3 views each and write to tga file
Diffstat (limited to 'src/demo/GPUTextNewtDemo01.java')
-rw-r--r-- | src/demo/GPUTextNewtDemo01.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demo/GPUTextNewtDemo01.java b/src/demo/GPUTextNewtDemo01.java index 362627e56..7bad55aa5 100644 --- a/src/demo/GPUTextNewtDemo01.java +++ b/src/demo/GPUTextNewtDemo01.java @@ -69,7 +69,6 @@ public class GPUTextNewtDemo01 { window.setVisible(true); FPSAnimator animator = new FPSAnimator(10); - // Animator animator = new Animator(); animator.add(window); animator.start(); } |