mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
32-bit color support
This commit is contained in:
@@ -762,7 +762,7 @@ void CreateNailOffscreen (void)
|
||||
if (nailSrcMap == nil)
|
||||
{
|
||||
QSetRect(&nailSrcRect, 0, 0, kMapRoomWidth, kMapRoomHeight * (kNumBackgrounds + 1));
|
||||
theErr = CreateOffScreenGWorld(&nailSrcMap, &nailSrcRect, kPreferredPixelFormat);
|
||||
theErr = CreateOffScreenGWorld(&nailSrcMap, &nailSrcRect);
|
||||
|
||||
LoadGraphic(nailSrcMap, kThumbnailPictID);
|
||||
}
|
||||
|
Reference in New Issue
Block a user