mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 20:50:42 +00:00
whitespace.
This commit is contained in:
parent
f6d047712d
commit
acb42de4d5
1 changed files with 5 additions and 5 deletions
|
@ -99,16 +99,16 @@ void TEX_ImageFromMiptex (miptex_t *qtex)
|
|||
width = LittleLong(qtex->width);
|
||||
height = LittleLong(qtex->height);
|
||||
|
||||
bm = [[NSBitmapImageRep alloc]
|
||||
initWithBitmapDataPlanes: NULL
|
||||
pixelsWide: width
|
||||
bm = [[NSBitmapImageRep alloc]
|
||||
initWithBitmapDataPlanes: NULL
|
||||
pixelsWide: width
|
||||
pixelsHigh: height
|
||||
bitsPerSample: 8
|
||||
samplesPerPixel:3
|
||||
hasAlpha: NO
|
||||
isPlanar: NO
|
||||
colorSpaceName: NSCalibratedRGBColorSpace
|
||||
bytesPerRow: width*4
|
||||
colorSpaceName: NSCalibratedRGBColorSpace
|
||||
bytesPerRow: width*4
|
||||
bitsPerPixel: 32];
|
||||
|
||||
dest = (unsigned *)[bm bitmapData];
|
||||
|
|
Loading…
Reference in a new issue