mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-05 18:58:07 -05:00
MML/Finder: Fix FindDTMsRotated.
This commit is contained in:
parent
1fc33752e4
commit
f159f20bc2
@ -2384,7 +2384,7 @@ begin
|
||||
// Checking point i now. (Store that we matched it)
|
||||
ch[xxx][yyy]:= ch[xxx][yyy] or (1 shl i);
|
||||
|
||||
if compare(ctsinfoarray[i], cd[yyy][xxx]) then
|
||||
if compare(ctsinfoarray[i], @cd[yyy][xxx]) then
|
||||
b[xxx][yyy] := b[xxx][yyy] or (1 shl i);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user