mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-16 22:35:05 -05:00
Forgot to commit the test.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@110 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
a063b83081
commit
fa648c717d
@ -20,7 +20,7 @@ begin
|
|||||||
p := [Point(0,0), Point(1,1)];
|
p := [Point(0,0), Point(1,1)];
|
||||||
c := [clWhite, clWhite];
|
c := [clWhite, clWhite];
|
||||||
t := [0, 0];
|
t := [0, 0];
|
||||||
asz := [0, 0];
|
asz := [4, 4];
|
||||||
ash := [dtm_Rectangle, dtm_Rectangle];
|
ash := [dtm_Rectangle, dtm_Rectangle];
|
||||||
setlength(ppdtm.p,2);
|
setlength(ppdtm.p,2);
|
||||||
setlength(ppdtm.c,2);
|
setlength(ppdtm.c,2);
|
||||||
|
Loading…
Reference in New Issue
Block a user