aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/classes/com/sun/opengl/util/j2d/Overlay.java4
1 files changed, 1 insertions, 3 deletions
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;