From 095fec8622d2ef397f6ff3608d9cda7e1791ecb8 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Fri, 24 Feb 2017 20:16:45 +0100
Subject: [PATCH] fix PictureColor

---
 interface.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/interface.go b/interface.go
index e0adcec..4530007 100644
--- a/interface.go
+++ b/interface.go
@@ -129,5 +129,6 @@ type TargetPicture interface {
 //
 // Positions outside the Picture's Bounds must return opaque white (NRGBA{R: 1, G: 1, B:1, A: 1}).
 type PictureColor interface {
+	Picture
 	Color(at Vec) NRGBA
 }
-- 
GitLab