1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Merge branch 'master' of ssh://villavu.com:54367/simba

This commit is contained in:
Merlijn Wajer 2010-04-25 20:30:51 +02:00
commit e3dfb64448

View File

@ -2024,8 +2024,8 @@ begin
MA.x2 := MA.x2 - x1;
MA.y2 := MA.y2 - y1;
MaxX := y2-y1;
MaxY := x2-x1;
MaxX := x2-x1;
MaxY := y2-y1;
//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