Fix blit parameter
This commit is contained in:
parent
7beedfae89
commit
a2c81cf640
@ -132,7 +132,7 @@ class ContainImage extends Operation {
|
|||||||
color: 0x000000ff,
|
color: 0x000000ff,
|
||||||
});
|
});
|
||||||
image = newImage.blit({
|
image = newImage.blit({
|
||||||
image,
|
src: image,
|
||||||
x: 0,
|
x: 0,
|
||||||
y: 0,
|
y: 0,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user