Changeset 283 for trunk/thune/make.c

Show
Ignore:
Timestamp:
09/25/06 03:22:30 (2 years ago)
Author:
krobillard
Message:

Thune - Custom datatypes now work as datatype! mask.

GL lists can now be garbage collected. Raster now completely in binary!.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/make.c

    r276 r283  
    760760        if( (nodeType & (1 << i)) == 0 ) 
    761761            break; 
    762         if( node[ i ] >= UT_BI_COUNT ) 
     762        if( node[ i ] >= UT_MAX ) 
    763763            break; 
    764764    }