whitespace.

This commit is contained in:
Jeff Teunissen 2001-02-27 19:27:03 +00:00
parent f6d047712d
commit acb42de4d5

View file

@ -99,16 +99,16 @@ void TEX_ImageFromMiptex (miptex_t *qtex)
width = LittleLong(qtex->width); width = LittleLong(qtex->width);
height = LittleLong(qtex->height); height = LittleLong(qtex->height);
bm = [[NSBitmapImageRep alloc] bm = [[NSBitmapImageRep alloc]
initWithBitmapDataPlanes: NULL initWithBitmapDataPlanes: NULL
pixelsWide: width pixelsWide: width
pixelsHigh: height pixelsHigh: height
bitsPerSample: 8 bitsPerSample: 8
samplesPerPixel:3 samplesPerPixel:3
hasAlpha: NO hasAlpha: NO
isPlanar: NO isPlanar: NO
colorSpaceName: NSCalibratedRGBColorSpace colorSpaceName: NSCalibratedRGBColorSpace
bytesPerRow: width*4 bytesPerRow: width*4
bitsPerPixel: 32]; bitsPerPixel: 32];
dest = (unsigned *)[bm bitmapData]; dest = (unsigned *)[bm bitmapData];