mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-26 03:02:15 -05:00
Merge branch 'master' of ssh://villavu.com:54367/simba
This commit is contained in:
commit
e3dfb64448
@ -2024,8 +2024,8 @@ begin
|
|||||||
MA.x2 := MA.x2 - x1;
|
MA.x2 := MA.x2 - x1;
|
||||||
MA.y2 := MA.y2 - y1;
|
MA.y2 := MA.y2 - y1;
|
||||||
|
|
||||||
MaxX := y2-y1;
|
MaxX := x2-x1;
|
||||||
MaxY := x2-x1;
|
MaxY := y2-y1;
|
||||||
//MA is now fixed to the new (0,0) box...
|
//MA is now fixed to the new (0,0) box...
|
||||||
|
|
||||||
for yy := MA.y1 to MA.y2 do //Coord of the mainpoint in the search area
|
for yy := MA.y1 to MA.y2 do //Coord of the mainpoint in the search area
|
||||||
|
Loading…
Reference in New Issue
Block a user