/[gzz]/gzz/gzz/gfx/gl/GLSpanner.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GLSpanner.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by tjl, Mon Mar 3 12:54:29 2003 UTC revision 1.18 by tjl, Tue Mar 4 08:03:38 2003 UTC
# Line 61  public class GLSpanner { Line 61  public class GLSpanner {
61       * for allocating textures.       * for allocating textures.
62       */       */
63      public static void dangerouslyOverrideMemoryPartitioner() {      public static void dangerouslyOverrideMemoryPartitioner() {
64          pool.stop();          if(pool != null) {
65          pool = null;              pool.stop();
66                pool = null;
67            }
68      }      }
69    
70      private static class SpanSB {      private static class SpanSB {

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26