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