summaryrefslogtreecommitdiffstats
path: root/src/demos/es1/cubefbo
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-09-14 11:45:30 -0700
committerSven Gothel <[email protected]>2009-09-14 11:45:30 -0700
commit0afab6a652471cf1c140d3affe6ae442ab217ff1 (patch)
treeb515e3913c878ccb07c4c246be06c51b91200469 /src/demos/es1/cubefbo
parente7003e596519e225ecec5b4423314c4dcaa05db8 (diff)
Fixes and tested JOGLNewtApplet1Run/JOGLNewtAppletBase
Diffstat (limited to 'src/demos/es1/cubefbo')
-rwxr-xr-xsrc/demos/es1/cubefbo/FBCubes.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es1/cubefbo/FBCubes.java b/src/demos/es1/cubefbo/FBCubes.java
index ad4e120..ecef02d 100755
--- a/src/demos/es1/cubefbo/FBCubes.java
+++ b/src/demos/es1/cubefbo/FBCubes.java
@@ -39,7 +39,7 @@ import javax.media.opengl.*;
import com.sun.opengl.util.FBObject;
import com.sun.opengl.util.glsl.fixedfunc.*;
-class FBCubes implements GLEventListener {
+public class FBCubes implements GLEventListener {
private static final int FBO_SIZE = 256;
public FBCubes () {