mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-07 02:30:19 -05:00
Left a unneeded writeln in there.
This commit is contained in:
parent
dd44f6f007
commit
0b416fa05f
@ -1973,7 +1973,6 @@ begin
|
||||
|
||||
// Get the area we should search in for the Main Point.
|
||||
MA := ValidMainPointBox(DTM, x1, y1, x2, y2);
|
||||
Writeln(MA.x1,'-',MA.y1,'-',MA.x2,'-',MA.y2);
|
||||
|
||||
// Turn the bp into a more usable array.
|
||||
setlength(goodPoints, dtm.l);
|
||||
|
Loading…
Reference in New Issue
Block a user