minor doc change

This commit is contained in:
faiface 2017-03-16 00:40:52 +01:00
parent 19ba78bb0c
commit 04d6e176ff
1 changed files with 1 additions and 0 deletions

View File

@ -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