mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
Typo in PixelShift.
This commit is contained in:
parent
b7ac0e8dec
commit
b10ecdc9ff
@ -173,7 +173,7 @@ begin
|
||||
Bmp1.ValidatePoint(comparebox.x1,comparebox.y1);
|
||||
Bmp1.ValidatePoint(comparebox.x2,comparebox.y2);
|
||||
Bmp2.ValidatePoint(comparebox.x1,comparebox.y1);
|
||||
Bmp2.ValidatePoint(comparebox.x1,comparebox.y1);
|
||||
Bmp2.ValidatePoint(comparebox.x2,comparebox.y2);
|
||||
Bmp1.SetAlphaValue(0);
|
||||
Bmp2.SetAlphaValue(0);
|
||||
w1 := bmp1.Width;
|
||||
|
Loading…
Reference in New Issue
Block a user