/[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.16 by tjl, Mon Mar 3 12:25:48 2003 UTC revision 1.17 by tjl, Mon Mar 3 12:54:29 2003 UTC
# Line 113  public class GLSpanner { Line 113  public class GLSpanner {
113          public GL.Texture getTexture(float importance, float pixels) {          public GL.Texture getTexture(float importance, float pixels) {
114              if(pool == null) {              if(pool == null) {
115                  if(currentlyLoaded != consumer) {                  if(currentlyLoaded != consumer) {
116                      currentlyLoaded.loadToBaseLevelSynch(1000);                      if(currentlyLoaded != null)
117                            currentlyLoaded.loadToBaseLevelSynch(1000);
118                      currentlyLoaded = consumer;                      currentlyLoaded = consumer;
119                      currentlyLoaded.loadToBaseLevelSynch(0);                      currentlyLoaded.loadToBaseLevelSynch(0);
120                  }                  }

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

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