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:
parent
698c0405ca
commit
b9859849d9
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user