1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-24 02:02:17 -05:00

Fix getting the size.

This commit is contained in:
Merlijn Wajer 2011-08-07 15:04:24 +02:00
parent 698c0405ca
commit b9859849d9

View File

@ -117,7 +117,7 @@ begin
f := rewritefile('/home/merlijn/Programs/simba/Tests/lape/' + out_file, false);
bmp := loadbitmap(test_bmp);
settargetbitmap(bmp);
getclientdimensions(w,h);
getbitmapsize(bmp,w,h);
test_findcolor();
test_findcolorspiral();