mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-17 07:40:11 -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);
|
f := rewritefile('/home/merlijn/Programs/simba/Tests/lape/' + out_file, false);
|
||||||
bmp := loadbitmap(test_bmp);
|
bmp := loadbitmap(test_bmp);
|
||||||
settargetbitmap(bmp);
|
settargetbitmap(bmp);
|
||||||
getclientdimensions(w,h);
|
getbitmapsize(bmp,w,h);
|
||||||
|
|
||||||
test_findcolor();
|
test_findcolor();
|
||||||
test_findcolorspiral();
|
test_findcolorspiral();
|
||||||
|
Loading…
Reference in New Issue
Block a user