From 89037efebbc4d86836448a4d9240c126cbcd883e Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sat, 23 Mar 2024 15:43:22 +0100 Subject: [PATCH] add todo note --- hui/src/draw.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/hui/src/draw.rs b/hui/src/draw.rs index ba2d8b0..a29bc01 100644 --- a/hui/src/draw.rs +++ b/hui/src/draw.rs @@ -55,6 +55,7 @@ pub enum UiDrawCommand { PushTransform(Affine2), /// Pop a transformation matrix from the stack PopTransform, + //TODO PushClip PopClip } /// List of draw commands