From 5b12d2493af05305c7b4136d529ca633feb878dc Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 25 Jan 2007 22:49:01 +0000 Subject: Removed incorrect comment about alpha bits pointed out by Chris Campbell git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1103 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/com/sun/opengl/util/j2d/Overlay.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/classes/com/sun/opengl/util/j2d/Overlay.java b/src/classes/com/sun/opengl/util/j2d/Overlay.java index d427ab176..822f0d74b 100755 --- a/src/classes/com/sun/opengl/util/j2d/Overlay.java +++ b/src/classes/com/sun/opengl/util/j2d/Overlay.java @@ -47,9 +47,7 @@ import com.sun.opengl.util.texture.*; /** Provides a Java 2D overlay on top of an arbitrary GLDrawable, making it easier to do things like draw text and images on top of an OpenGL scene while still maintaining reasonably good - efficiency. For correct operation, the drawable should be - allocated with alpha bits enabled, as the Overlay uses alpha - blending to make portions of itself transparent. */ + efficiency. */ public class Overlay { private GLDrawable drawable; -- cgit v1.2.3