add IMDraw BasicTarget interface check
This commit is contained in:
parent
d11245e164
commit
5cc293784e
|
@ -78,6 +78,8 @@ type IMDraw struct {
|
|||
tmp []Vec
|
||||
}
|
||||
|
||||
var _ BasicTarget = (*IMDraw)(nil)
|
||||
|
||||
type point struct {
|
||||
pos Vec
|
||||
col NRGBA
|
||||
|
|
Loading…
Reference in New Issue