mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-12 14:17:59 -05:00
Switching to other computer.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@36 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
e706a5fd38
commit
ddd3a8bb3b
@ -378,7 +378,7 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="finder"/>
|
||||
<CursorPos X="24" Y="130"/>
|
||||
<TopLine Value="87"/>
|
||||
<TopLine Value="89"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<UsageCount Value="22"/>
|
||||
<Loaded Value="True"/>
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user