Fix one of the image command lists.

This commit is contained in:
H. Utku Maden 2024-04-14 23:21:31 +03:00
parent fe3c2d0550
commit 2aa1066a9d

@ -244,7 +244,7 @@ namespace Quik.CommandMachine
}
Enqueue(Command.Image);
Enqueue(new Frame(count));
Enqueue(new Frame((int)flags, count));
Enqueue(new Frame(texture));
foreach (QRectangle rectangle in rectangles)