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

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

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

revision 1.4 by mudyc, Thu Jan 16 06:06:33 2003 UTC revision 1.5 by tjl, Thu Jan 16 11:24:36 2003 UTC
# Line 51  public abstract class FileSetTextureMemo Line 51  public abstract class FileSetTextureMemo
51          // Only care about bytes.          // Only care about bytes.
52          int w = fullTexW, h = fullTexH;          int w = fullTexW, h = fullTexH;
53          int e = 0;          int e = 0;
54          int b = 0; // XXX variable b might not have been initialized          int b = -1;
55          while(w >= 1) {          while(w >= 1) {
56              b = getBytes(w, h);              b = getBytes(w, h);
57              if(b <= bytes) break;              if(b <= bytes) break;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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