minor doc change
This commit is contained in:
parent
19ba78bb0c
commit
04d6e176ff
|
@ -7,6 +7,7 @@ package pixel
|
||||||
// efficiently.
|
// efficiently.
|
||||||
//
|
//
|
||||||
// To create a Drawer, just assign it's Triangles and Picture fields:
|
// To create a Drawer, just assign it's Triangles and Picture fields:
|
||||||
|
//
|
||||||
// d := pixel.Drawer{Triangles: t, Picture: p}
|
// d := pixel.Drawer{Triangles: t, Picture: p}
|
||||||
//
|
//
|
||||||
// If Triangles is nil, nothing will be drawn. If Picture is nil, Triangles will be drawn without a
|
// If Triangles is nil, nothing will be drawn. If Picture is nil, Triangles will be drawn without a
|
||||||
|
|
Loading…
Reference in New Issue