diff --git a/drawer.go b/drawer.go index a1bf9d2..b7bdc5f 100644 --- a/drawer.go +++ b/drawer.go @@ -7,6 +7,7 @@ package pixel // efficiently. // // To create a Drawer, just assign it's Triangles and Picture fields: +// // 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