Fix one of the image command lists.
This commit is contained in:
parent
fe3c2d0550
commit
2aa1066a9d
@ -244,7 +244,7 @@ namespace Quik.CommandMachine
|
|||||||
}
|
}
|
||||||
|
|
||||||
Enqueue(Command.Image);
|
Enqueue(Command.Image);
|
||||||
Enqueue(new Frame(count));
|
Enqueue(new Frame((int)flags, count));
|
||||||
Enqueue(new Frame(texture));
|
Enqueue(new Frame(texture));
|
||||||
|
|
||||||
foreach (QRectangle rectangle in rectangles)
|
foreach (QRectangle rectangle in rectangles)
|
||||||
|
Loading…
Reference in New Issue
Block a user