From de36bfd4aecb683c128fb4294de545317fc0edab Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Sun, 20 Sep 2020 09:44:21 +0200 Subject: Fix nextbox colors --- tris/next.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tris/next.go') diff --git a/tris/next.go b/tris/next.go index e72a4ff..1a9903f 100644 --- a/tris/next.go +++ b/tris/next.go @@ -1,7 +1,7 @@ package tris func (b Bag) Next(n int) (Bag, Field) { - var f Field + f := NewField(20, 4) for len(b) < n { b = append(b, NewBag()...) } -- cgit v1.2.3-70-g09d2