mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-29 04:22:16 -05:00
Fixed InvertTIA
This commit is contained in:
parent
52a731e773
commit
4ba71fb94f
@ -2042,7 +2042,7 @@ var
|
|||||||
i, h: Integer;
|
i, h: Integer;
|
||||||
begin
|
begin
|
||||||
h := High(tI);
|
h := High(tI);
|
||||||
Temp := tI;
|
Temp := Copy(tI);
|
||||||
for i := 0 to h do
|
for i := 0 to h do
|
||||||
tI[i] := Temp[h - i];
|
tI[i] := Temp[h - i];
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user