[Plib-devel] Typo in ssg source???
Brought to you by:
sjbaker
From: Curtis L. O. <cu...@in...> - 2000-03-05 15:29:45
|
Steve, This is in plib-1.1.11 (src/ssg/ssgImageLoader.cxx) void ssgImageLoader::make_mip_maps ( GLubyte *image, int xsize, int ysize, int zsize ) { GLubyte *texels [ 20 ] ; /* One element per level of MIPmap */ for ( int l = 0 ; l < 20 ; l++ ) texels [ 0 ] = NULL ; ^----> should this be "l"? You compensate for this later so the code should run ok, but I just thought I'd point this out. Regards, Curt. -- Curtis Olson University of MN, ME Dept. Flight Gear Project Twin Cities cu...@me... cu...@fl... Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org |