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