From 04d6e176ff858d3eb6c3bb2e7aaca716bb7f812c Mon Sep 17 00:00:00 2001 From: faiface Date: Thu, 16 Mar 2017 00:40:52 +0100 Subject: [PATCH] minor doc change --- drawer.go | 1 + 1 file changed, 1 insertion(+) 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