diff --git a/Projects/SAMufasaGUI/project1.lpi b/Projects/SAMufasaGUI/project1.lpi index 8d8dfcd..fe61fcb 100644 --- a/Projects/SAMufasaGUI/project1.lpi +++ b/Projects/SAMufasaGUI/project1.lpi @@ -378,7 +378,7 @@ - + diff --git a/Units/MMLCore/windowutil.pas b/Units/MMLCore/windowutil.pas index bcab5df..6da3f8a 100644 --- a/Units/MMLCore/windowutil.pas +++ b/Units/MMLCore/windowutil.pas @@ -85,6 +85,10 @@ Begin End; {$ENDIF} + +// Needs more fixing. We need to either copy the memory ourself, or somehow +// find a TRawImage feature to skip X bytes after X bytes read. (Most likely a +// feature) Procedure ArrDataToRawImage(Ptr: PRGB32; Size: TPoint; Var RawImage: TRawImage); Begin RawImage.Init; { Calls raw.Description.Init as well }