diff --git a/graphics.go b/graphics.go index 0611f5a..e6a93fa 100644 --- a/graphics.go +++ b/graphics.go @@ -78,6 +78,8 @@ type IMDraw struct { tmp []Vec } +var _ BasicTarget = (*IMDraw)(nil) + type point struct { pos Vec col NRGBA