mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-02-05 02:53:05 +00:00
Major draw code refactor
This commit is contained in:
@@ -134,7 +134,7 @@ void WipeScreenOn (short direction, Rect *theRect)
|
||||
|
||||
void DumpScreenOn (Rect *theRect)
|
||||
{
|
||||
CGrafPtr graf = GetWindowPort(mainWindow);
|
||||
DrawSurface *graf = GetWindowPort(mainWindow);
|
||||
|
||||
CopyBits((BitMap *)*GetGWorldPixMap(workSrcMap),
|
||||
GetPortBitMapForCopyBits(graf),
|
||||
|
||||
Reference in New Issue
Block a user