2003/09/24 07:33:33
[org.ibex.core.git] / src / org / xwt / plat / OpenGL.java
index 6e89350..9f6d669 100644 (file)
@@ -30,7 +30,7 @@ abstract class OpenGL {
     public void init() throws NotSupportedException {
         natInit();
         float v = parseVersion(version);
-        // FIXME: enable linear filtering for OpenGL >= 1.2
+        // FEATURE: enable linear filtering for OpenGL >= 1.2
         // If we disable linear filtering (and therefor GL_CLAMP_TO_EDGE) we could probably get by with less
         if(v < 1.1) throw new NotSupportedException("OpenGL 1.1 or greater is required. (you have: " + version +" - " + v + ")");
         if(pretendToBeACrappyVideoCard) {