From 2aa1066a9da5fd05e55a739b28403c010946f1ae Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Sun, 14 Apr 2024 23:21:31 +0300 Subject: [PATCH] Fix one of the image command lists. --- Quik/CommandMachine/CommandList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quik/CommandMachine/CommandList.cs b/Quik/CommandMachine/CommandList.cs index 85b684a..97810a1 100644 --- a/Quik/CommandMachine/CommandList.cs +++ b/Quik/CommandMachine/CommandList.cs @@ -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)