mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
More work. Audio driver works enough to play music now.
This commit is contained in:
@@ -227,7 +227,7 @@ void GetObjectRect (objectPtr who, Rect *itsRect)
|
||||
else
|
||||
{
|
||||
HLock((Handle)thePict);
|
||||
*itsRect = (*thePict)->picFrame;
|
||||
*itsRect = (*thePict)->picFrame.ToRect();
|
||||
HUnlock((Handle)thePict);
|
||||
}
|
||||
ZeroRectCorner(itsRect);
|
||||
|
||||
Reference in New Issue
Block a user